Ejemplo n.º 1
0
 /**
  * @return Array Numeric array of files, with keys 'filename' and 'type'.
  */
 protected function _findNewFiles(Garp_Content_Upload_FileList $sourceList, Garp_Content_Upload_FileList $targetList)
 {
     $unique = $sourceList->findUnique($targetList);
     return $unique;
 }