Example #1
0
 /**
  * @return WebAppView
  */
 public function getView()
 {
     $view = $this->view->make($this->getLayout(), $this->getAssets());
     $this->addDefaultAssets($view);
     $this->addCustomLess($view);
     $this->addTranslations($view);
     return $view;
 }