Exemple #1
0
 public function saveState(array &$params, $reflection = null)
 {
     parent::saveState($params, $reflection);
     if ($this->dir !== null) {
         $params['dirId'] = $this->dir->getId();
     }
     if ($this->file !== null) {
         $params['fileId'] = $this->file->getId();
     }
 }