Exemplo n.º 1
0
 /**
  * @param View\LayoutInterface $layout
  * @param App\Request\Http $request
  * @param Event\ManagerInterface $eventManager
  */
 public function __construct(View\LayoutInterface $layout, App\Request\Http $request, Event\ManagerInterface $eventManager)
 {
     $this->layout = $layout;
     $this->request = $request;
     $this->eventManager = $eventManager;
     $this->layout->setBuilder($this);
 }