Ejemplo n.º 1
0
  /**
  * This method is executed after row object is loaded from database
  */
 protected function afterLoad() {
     parent::afterLoad();
     $this->oldFileId = $this->getData1();
 }