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

Public Member Functions

 getFileIterator ($paths, $suffixes='', $prefixes='', array $exclude=array())
 

Protected Member Functions

 getPathsAfterResolvingWildcards (array $paths)
 

Detailed Description

Factory Method implementation that creates a File_Iterator that operates on an AppendIterator that contains an RecursiveDirectoryIterator for each given path.

Since
Class available since Release 1.1.0

Member Function Documentation

◆ getFileIterator()

File_Iterator_Factory::getFileIterator (   $paths,
  $suffixes = '',
  $prefixes = '',
array  $exclude = array() 
)
Parameters
array | string$paths
array | string$suffixes
array | string$prefixes
array$exclude
Returns
AppendIterator

◆ getPathsAfterResolvingWildcards()

File_Iterator_Factory::getPathsAfterResolvingWildcards ( array  $paths)
protected
Parameters
array$paths
Returns
array

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