Application\Admin\Controllers\ControllerBase::beforeExecuteRoute PHP Method

beforeExecuteRoute() public method

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