BaseEventTypeController::initActionDelete PHP Method

initActionDelete() protected method

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