Exemplo n.º 1
0
 /**
  * Initialize the helper with state from the View
  * @param $view
  */
 public static function init(AbstractView $view)
 {
     $request = $view->getRequest();
     self::setApp($request->meta->app);
 }