Remove dead code
This commit is contained in:
parent
97ff197198
commit
5206566707
1 changed files with 0 additions and 24 deletions
|
@ -38,9 +38,6 @@ class OnFlushEventArgs extends EventArgs
|
||||||
*/
|
*/
|
||||||
private $em;
|
private $em;
|
||||||
|
|
||||||
//private $entitiesToPersist = array();
|
|
||||||
//private $entitiesToRemove = array();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
*
|
*
|
||||||
|
@ -61,25 +58,4 @@ class OnFlushEventArgs extends EventArgs
|
||||||
return $this->em;
|
return $this->em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
public function addEntityToPersist($entity)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public function addEntityToRemove($entity)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public function addEntityToUpdate($entity)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public function getEntitiesToPersist()
|
|
||||||
{
|
|
||||||
return $this->_entitiesToPersist;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue