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

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