예제 #1
0
 /**
  * (non-PHPdoc)
  * @see DataObject::setFromAttributes()
  * @author Pepe
  */
 function setFromAttributes($attributes)
 {
     parent::setFromAttributes($attributes);
     $this->object->setFromAttributes($attributes);
 }