Exemplo n.º 1
0
 /**
  * @param	SystemEventSubscription $systemEventSubscription The systemEventSubscription object to add.
  */
 protected function doAddSystemEventSubscription($systemEventSubscription)
 {
     $this->collSystemEventSubscriptions[] = $systemEventSubscription;
     $systemEventSubscription->setUser($this);
 }