BaseEventTypeController::initActionDelete PHP Méthode

initActionDelete() protected méthode

initialise the controller with the event id.
protected initActionDelete ( )
    protected function initActionDelete()
    {
        $this->initWithEventId(@$_GET['id']);
    }
BaseEventTypeController