Exemple #1
0
 public function update($object)
 {
     $this->preUpdate($object);
     $this->modelManager->update($object);
     $this->postUpdate($object);
 }