示例#1
0
文件: View.php 项目: solve/solve
 public function __set($key, $value)
 {
     $this->_vars->set($key, $value);
     return $this;
 }