updateEventInfo() protected method

Generates the info text for controller event from the current elements, sets it on the event and saves it.
protected updateEventInfo ( )
Example #1
0
 /**
  * Extend the parent method to set event issue data based on user selection.
  */
 protected function updateEventInfo()
 {
     parent::updateEventInfo();
     $this->updateEventIssues();
 }