BaseEventTypeController::initActionView PHP Method

initActionView() protected method

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

Usage Example

Esempio n. 1
0
 public function initActionView()
 {
     parent::initActionView();
     if (@$_GET['comment']) {
         $this->show_comment_form = true;
     }
 }
All Usage Examples Of BaseEventTypeController::initActionView
BaseEventTypeController