scheduleDelete() public method

public scheduleDelete ( $entity )
Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function remove($object)
 {
     $this->uow->scheduleDelete($object);
 }