Exemplo n.º 1
0
 public function updateObject($values = null)
 {
     $user = parent::updateObject($values);
     if (is_numeric($this->getValue('person_id'))) {
         $user->setPersonId($this->getValue('person_id'));
     }
     return $user;
 }