BaseEventTypeController::initActionUpdate PHP Method

initActionUpdate() protected method

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

Usage Example

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