BaseEventTypeController::initActionRequestDeletion PHP Method

initActionRequestDeletion() protected method

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