예제 #1
0
파일: View.php 프로젝트: solve/solve
 public function __set($key, $value)
 {
     $this->_vars->set($key, $value);
     return $this;
 }