Esempio n. 1
0
 /**
  * {@inheritDoc}
  */
 public function prePersist(\Doctrine\ORM\Event\LifecycleEventArgs $eventArgs)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'prePersist', array($eventArgs));
     return parent::prePersist($eventArgs);
 }