Пример #1
0
 /**
  * 
  *
  * @return void
  */
 public function setView(MView $view)
 {
     $this->view = $view;
     $this->addResponseHeader(S("Content-Type"), $view->contentType());
 }