Ejemplo n.º 1
0
 /**
  * Get a list of files associated with this set
  *
  * Can obsolete this when we get version of ADOdB with one/many support
  *
  */
 private function populateFiles()
 {
     $this->fileSetFiles = File::getFileSetFiles($this);
 }