List of all members.
Detailed Description
Directory reader. Performs reading of file list of one shop directory 
Definition at line 9 of file oxfilecollector.php.
Member Function Documentation
      
        
          | oxFileCollector.addDirectoryFiles  | 
          ( | 
          $  | 
           sFolder,  | 
        
        
           | 
           | 
          $  | 
           aExtensions = array(),  | 
        
        
           | 
           | 
          $  | 
           blRecursive = false |   | 
        
        
           | 
          ) | 
           |  |  | 
        
      
 
browse all folders and sub-folders after files which have given extensions
- Parameters:
 - 
  
     | string  | $sFolder which is explored  | 
     | array  | $aExtensions list of extensions to scan - if empty all files are taken  | 
     | boolean  | $blRecursive should directories be checked in recursive manner | 
  
   
- Exceptions:
 - 
  
  
 
- Returns:
 - null 
 
Definition at line 87 of file oxfilecollector.php.
 
 
      
        
          | oxFileCollector.addFile  | 
          ( | 
          $  | 
           sFile | 
           )  | 
           | 
        
      
 
Add one file to collection if it exists
- Parameters:
 - 
  
     | string  | $sFile file name to add to collection | 
  
   
- Exceptions:
 - 
  
  
 
- Returns:
 - null 
 
Definition at line 56 of file oxfilecollector.php.
 
 
      
        
          | oxFileCollector.getFiles  | 
          ( | 
           | 
           )  | 
           | 
        
      
 
 
      
        
          | oxFileCollector.setBaseDirectory  | 
          ( | 
          $  | 
           sDir | 
           )  | 
           | 
        
      
 
 
Member Data Documentation
      
        
          oxFileCollector.$_aFiles [protected] | 
        
      
 
 
      
        
          oxFileCollector.$_sBaseDirectory [protected] | 
        
      
 
 
The documentation for this class was generated from the following file: