BaseEventTypeController::initActionUpdate PHP Méthode

initActionUpdate() protected méthode

initialise the controller prior to event update action.
protected initActionUpdate ( )
    protected function initActionUpdate()
    {
        $this->moduleStateCssClass = 'edit';
        $this->initWithEventId(@$_GET['id']);
    }

Usage Example

 /**
  * need to ensure we load the required js.
  */
 public function initActionUpdate()
 {
     parent::initActionUpdate();
     $this->_jsCreate();
 }
All Usage Examples Of BaseEventTypeController::initActionUpdate
BaseEventTypeController