updateEventInfo() 보호된 메소드

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