BaseEventTypeController::initActionRequestDeletion PHP 메소드

initActionRequestDeletion() 보호된 메소드

Sets the the css state.
    protected function initActionRequestDeletion()
    {
        $this->moduleStateCssClass = 'view';
        $this->initWithEventId(@$_GET['id']);
    }
BaseEventTypeController