Lggr
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
File_Iterator Class Reference
Inheritance diagram for File_Iterator:
Inheritance graph
[legend]
Collaboration diagram for File_Iterator:
Collaboration graph
[legend]

Public Member Functions

 __construct (Iterator $iterator, array $suffixes=array(), array $prefixes=array(), array $exclude=array(), $basepath=NULL)
 
 accept ()
 

Public Attributes

const PREFIX = 0
 
const SUFFIX = 1
 

Protected Member Functions

 acceptPath ($path)
 
 acceptPrefix ($filename)
 
 acceptSuffix ($filename)
 
 acceptSubString ($filename, array $subStrings, $type)
 

Protected Attributes

 $suffixes = array()
 
 $prefixes = array()
 
 $exclude = array()
 
 $basepath
 

Detailed Description

FilterIterator implementation that filters files based on prefix(es) and/or suffix(es). Hidden files and files from hidden directories are also filtered.

Since
Class available since Release 1.0.0

Constructor & Destructor Documentation

◆ __construct()

File_Iterator::__construct ( Iterator  $iterator,
array  $suffixes = array(),
array  $prefixes = array(),
array  $exclude = array(),
  $basepath = NULL 
)
Parameters
Iterator$iterator
array$suffixes
array$prefixes
array$exclude
string$basepath

Member Function Documentation

◆ accept()

File_Iterator::accept ( )
Returns
bool

◆ acceptPath()

File_Iterator::acceptPath (   $path)
protected
Parameters
string$path
Returns
bool
Since
Method available since Release 1.1.0

◆ acceptPrefix()

File_Iterator::acceptPrefix (   $filename)
protected
Parameters
string$filename
Returns
bool
Since
Method available since Release 1.1.0

◆ acceptSubString()

File_Iterator::acceptSubString (   $filename,
array  $subStrings,
  $type 
)
protected
Parameters
string$filename
array$subStrings
int$type
Returns
bool
Since
Method available since Release 1.1.0

◆ acceptSuffix()

File_Iterator::acceptSuffix (   $filename)
protected
Parameters
string$filename
Returns
bool
Since
Method available since Release 1.1.0

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