Ejemplo n.º 1
0
 protected function afterRemove(Entity $entity, array $options = array())
 {
     parent::afterRemove($entity, $options);
     $this->getEntityManager()->getHookManager()->process($this->entityName, 'afterRemove', $entity, $options);
 }
Ejemplo n.º 2
0
 protected function afterRemove(Entity $entity)
 {
     parent::afterRemove($entity);
     $this->getEntityManager()->getHookManager()->process($this->entityName, 'afterRemove', $entity);
 }