コード例 #1
0
 /**
  * Magic accessor for helpers.
  *
  * @param string $name Name of the attribute to get.
  * @return mixed
  */
 public function __get($name)
 {
     return $this->_view->__get($name);
 }