class AbstractFindAdapter extends AbstractAdapter
deprecated
since 2.8, to be removed in 3.0. Use Finder instead.
Shell engine implementation using GNU find command.
Methods
Details
bool isSupported()
Tests adapter support for current platform.
AdapterInterface setFollowLinks(bool $followLinks)
AdapterInterface setMode(int $mode)
AdapterInterface setDepths(array $depths)
AdapterInterface setExclude(array $exclude)
AdapterInterface setNames(array $names)
AdapterInterface setNotNames(array $notNames)
AdapterInterface setContains(array $contains)
AdapterInterface setNotContains(array $notContains)
AdapterInterface setSizes(array $sizes)
AdapterInterface setDates(array $dates)
AdapterInterface setFilters(array $filters)
AdapterInterface setSort(Closure|int $sort)
AdapterInterface setPath(array $paths)
AdapterInterface setNotPath(array $notPaths)
AdapterInterface ignoreUnreadableDirs(bool $ignore = true)
__construct()
Constructor.
Please login to continue.