Lggr
Public Member Functions | Protected Member Functions | List of all members
File_Iterator_Facade Class Reference

Public Member Functions

 getFilesAsArray ($paths, $suffixes='', $prefixes='', array $exclude=array(), $commonPath=FALSE)
 

Protected Member Functions

 getCommonPath (array $files)
 

Detailed Description

Façade implementation that uses File_Iterator_Factory to create a File_Iterator that operates on an AppendIterator that contains an RecursiveDirectoryIterator for each given path. The list of unique files is returned as an array.

Since
Class available since Release 1.3.0

Member Function Documentation

◆ getCommonPath()

File_Iterator_Facade::getCommonPath ( array  $files)
protected

Returns the common path of a set of files.

Parameters
array$files
Returns
string

◆ getFilesAsArray()

File_Iterator_Facade::getFilesAsArray (   $paths,
  $suffixes = '',
  $prefixes = '',
array  $exclude = array(),
  $commonPath = FALSE 
)
Parameters
array | string$paths
array | string$suffixes
array | string$prefixes
array$exclude
bool$commonPath
Returns
array

The documentation for this class was generated from the following file: