示例#1
0
文件: View.php 项目: yeephp/yeephp
 /**
  * Clear view data
  */
 public function clear()
 {
     $this->data->clear();
 }