Admin\Controller\Notifications\GetController::prepareExecute PHP Method

prepareExecute() protected method

prepareExecute
protected prepareExecute ( ) : void
return void
    protected function prepareExecute()
    {
        $this->layout = $this->input->get('layout');
        parent::prepareExecute();
    }