コード例 #1
0
ファイル: View.php プロジェクト: solve/solve
 public function __set($key, $value)
 {
     $this->_vars->set($key, $value);
     return $this;
 }