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

require_once '../../vendor/autoload.php';
$object = new \AppAnest\Coach\person();
echo $object->callAction();