Exemple #1
0
 /**
  * THE FOLLOWING METHOD IS NEEDED BECAUSE OF COMPATIBILITY REASONS WITH PRADO
  * raiseEvent adapter method for TComponent
  * Was necessary because CActiveRecord doesnt use the third parameter
  * @param string EventName
  * @param TEvent Event
  */
 public function raiseEvent($name, $event, $param = null)
 {
     parent::raiseEvent($name, $event, new TEventParameter());
 }