Beispiel #1
0
 /**
  * Apply View
  * @param Zend_View_Interface $view
  */
 public function setView(Zend_View_Interface $view)
 {
     # Apply
     $this->_App = Bal_App::getPlugin('Bal_Controller_Plugin_App');
     # Set
     $this->view = $view;
     # Done
     return true;
 }