Example #1
0
 /**
  * @return View
  */
 public function getView()
 {
     if ($this->view === null) {
         $this->view = $this->di->get('widgetView');
         $this->view->setDi($this->di);
     }
     return $this->view;
 }