Esempio n. 1
0
 /**
  * @param \AppAnest\Model\naturalperson $model
  */
 public function preUpdate(\AppAnest\Model\naturalperson &$model)
 {
     $person = new \AppAnest\Coach\person();
     $person->update();
 }
Esempio n. 2
0
 /**
  * @param \AppAnest\Model\legalentity $model
  */
 public function preUpdate(\AppAnest\Model\legalentity &$model)
 {
     $person = new \AppAnest\Coach\person();
     $person->update();
 }
Esempio n. 3
0
 /**
  * @param \AppAnest\Model\contractorunit $model
  */
 public function preUpdate(\AppAnest\Model\contractorunit &$model)
 {
     $person = new \AppAnest\Coach\person();
     $person->update();
 }