scheduleInsert() public method

Schedule insertion of this document and cascade if neccessary.
public scheduleInsert ( object $document )
$document object
Beispiel #1
0
 public function persist($object)
 {
     $this->unitOfWork->scheduleInsert($object);
 }