Example #1
0
 /**
  * Handles all get requests
  *
  * @param  string $name
  * @return *
  */
 public function __get($name)
 {
     return $this->view->getVar($name);
 }