Example #1
0
 /**
  * @param \Hynage\MVC\View\View $view
  * @return Front
  */
 public function setView(View $view)
 {
     $view->setFrontController($this);
     $this->_view = $view;
     return $this;
 }