Example #1
0
File: View.php Project: solve/solve
 public function __set($key, $value)
 {
     $this->_vars->set($key, $value);
     return $this;
 }