/**
  * (non-PHPDoc)
  * @see \Icinga\Web\Controller\ActionController For the method documentation.
  */
 public function prepareInit()
 {
     parent::prepareInit();
     if (Hook::has('ticket')) {
         $this->view->tickets = Hook::first('ticket');
     }
     if (Hook::has('grapher')) {
         $this->view->grapher = Hook::first('grapher');
     }
 }