예제 #1
0
 /**
  * Updates the given object in the database
  *
  * @param VirtualObject $object
  * @return void
  */
 public function update($object)
 {
     $this->persistenceManager->update($object);
 }