Exemple #1
0
 /**
  * Render view script
  * @param string $script - path to view script
  */
 public function render($script)
 {
     return $this->_view->render($script);
 }