Application\Admin\Controllers\ControllerBase::beforeExecuteRoute PHP Метод

beforeExecuteRoute() публичный Метод

public beforeExecuteRoute ( ManaPHP\Mvc\DispatcherInterface $dispatcher )
$dispatcher ManaPHP\Mvc\DispatcherInterface
    public function beforeExecuteRoute(DispatcherInterface $dispatcher)
    {
        $this->view->setLayout('Default');
    }
ControllerBase