Method |
Description |
|
addFile ( string $file, SplFileInfo $fileInfo ) : FileList |
Add a file to the list. |
|
count ( ) : integer |
Implements Countable::count() |
|
current ( ) : SplFileInfo |
Implements Iterator::current() |
|
getHash ( ) : string |
Get a hash of this file list. |
|
getMaxMTime ( ) : integer |
Get the maximum modification of all files in this list. |
|
key ( ) : string |
Implements Iterator::key() |
|
next ( ) : void |
Implements Iterator::next() |
|
reset ( ) : FileList |
Reset the file list. |
|
rewind ( ) : void |
Implements Iterator::rewind() |
|
valid ( ) : boolean |
Implements Iterator::valid() |
|