![]() |
TYPO3
7.6
|
Public Member Functions | |
getName () | |
![]() | |
__construct () | |
searchInDirectory ($dir) | |
![]() | |
isSupported () | |
setFollowLinks ($followLinks) | |
setMode ($mode) | |
setDepths (array $depths) | |
setExclude (array $exclude) | |
setNames (array $names) | |
setNotNames (array $notNames) | |
setContains (array $contains) | |
setNotContains (array $notContains) | |
setSizes (array $sizes) | |
setDates (array $dates) | |
setFilters (array $filters) | |
setSort ($sort) | |
setPath (array $paths) | |
setNotPath (array $notPaths) | |
ignoreUnreadableDirs ($ignore=true) | |
Protected Member Functions | |
buildFormatSorting (Command $command, $sort) | |
canBeUsed () | |
buildFindCommand (Command $command, $dir) | |
buildContentFiltering (Command $command, array $contains, $not=false) | |
![]() | |
canBeUsed () | |
buildFindCommand (Command $command, $dir) | |
buildFormatSorting (Command $command, $sort) | |
buildContentFiltering (Command $command, array $contains, $not=false) | |
![]() | |
canBeUsed () | |
Additional Inherited Members | |
![]() | |
$shell | |
Shell engine implementation using GNU find command.
Definition at line 24 of file GnuFindAdapter.php.
|
protected |
{}
Definition at line 89 of file GnuFindAdapter.php.
References Command\add(), and Expression\create().
|
protected |
{}
Definition at line 81 of file GnuFindAdapter.php.
|
protected |
{}
Definition at line 37 of file GnuFindAdapter.php.
References AbstractAdapter\$sort, Command\get(), Command\ins(), SortableIterator\SORT_BY_ACCESSED_TIME, SortableIterator\SORT_BY_CHANGED_TIME, SortableIterator\SORT_BY_MODIFIED_TIME, SortableIterator\SORT_BY_NAME, and SortableIterator\SORT_BY_TYPE.
|
protected |
getName | ( | ) |
{Returns adapter name.
Implements AdapterInterface.
Definition at line 29 of file GnuFindAdapter.php.