Admin\Controller\Notifications\GetController::prepareExecute PHP 메소드

prepareExecute() 보호된 메소드

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