Index
A
- Finder::and() — Method in class Finder
Starts defining a new search group.
C
- Finder::childFirst() — Method in class Finder
Shows folder content prior to the folder.
D
- Finder::directories() — Method in class Finder
Begins search for directories matching mask.
- Finder::date() — Method in class Finder
Restricts the search by modified time. $operator accepts "[operator] [date]" example: >1978-01-23
E
- Finder::exclude() — Method in class Finder
Restricts the search using mask.
F
- FileInfo — Class in namespace Nette\Utils
- Finder — Class in namespace Nette\Utils
Finder allows searching through directory trees using iterator.
- Finder::find() — Method in class Finder
Begins search for files and directories matching mask.
- Finder::findFiles() — Method in class Finder
Begins search for files matching mask.
- Finder::findDirectories() — Method in class Finder
Begins search for directories matching mask.
- Finder::files() — Method in class Finder
Begins search for files matching mask.
- Finder::from() — Method in class Finder
Searches recursively from the given folder(s).
- Finder::filter() — Method in class Finder
Restricts the search using callback.
- FinderBatch — Class in namespace Nette\Utils
- $ FinderBatch#find — Property in class FinderBatch
- $ FinderBatch#filters — Property in class FinderBatch
G
- FileInfo::getRelativePath() — Method in class FileInfo
Returns the relative directory path.
- FileInfo::getRelativePathname() — Method in class FileInfo
Returns the relative path including file name.
- FileInfo::getContents() — Method in class FileInfo
Returns the contents of the file.
- Finder::getIterator() — Method in class Finder
I
- Finder::in() — Method in class Finder
Searches in the given folder(s).
- Finder::ignoreUnreadableDirs() — Method in class Finder
- $ FinderBatch#in — Property in class FinderBatch
L
- Finder::limitDepth() — Method in class Finder
Limits recursion level.
R
- Finder::recurseFilter() — Method in class Finder
Restricts the search using callback.
- $ FinderBatch#recurseFilters — Property in class FinderBatch
S
- Finder::sortByName() — Method in class Finder
- Finder::size() — Method in class Finder
Restricts the search by size. $operator accepts "[operator] [size] [unit]" example: >=10kB
T
- Finder::toArray() — Method in class Finder
_
- FileInfo::__construct() — Method in class FileInfo
- Finder::__construct() — Method in class Finder