Esempio n. 1
0
 public function beforeSave()
 {
     $this->object->fromArray($this->getProperties(), '', true);
     return parent::beforeSave();
 }