interface AdapterInterface

deprecated since 2.8, to be removed in 3.0.

Methods

setFollowLinks(bool $followLinks)

No description

setMode(int $mode)

No description

setExclude(array $exclude)

No description

setDepths(array $depths)

No description

setNames(array $names)

No description

setNotNames(array $notNames)

No description

setContains(array $contains)

No description

setNotContains(array $notContains)

No description

setSizes(array $sizes)

No description

setDates(array $dates)

No description

setFilters(array $filters)

No description

setSort(Closure|int $sort)

No description

setPath(array $paths)

No description

setNotPath(array $notPaths)

No description

ignoreUnreadableDirs(bool $ignore = true)

No description

searchInDirectory(string $dir)

No description

bool
isSupported()

Tests adapter support for current platform.

string
getName()

Returns adapter name.

Details

Parameters

bool $followLinks

Return Value

AdapterInterface Current instance

at line line 33
AdapterInterface setMode(int $mode)

Parameters

int $mode

Return Value

AdapterInterface Current instance

at line line 40
AdapterInterface setExclude(array $exclude)

Parameters

array $exclude

Return Value

AdapterInterface Current instance

at line line 47
AdapterInterface setDepths(array $depths)

Parameters

array $depths

Return Value

AdapterInterface Current instance

at line line 54
AdapterInterface setNames(array $names)

Parameters

array $names

Return Value

AdapterInterface Current instance

at line line 61
AdapterInterface setNotNames(array $notNames)

Parameters

array $notNames

Return Value

AdapterInterface Current instance

at line line 68
AdapterInterface setContains(array $contains)

Parameters

array $contains

Return Value

AdapterInterface Current instance

at line line 75
AdapterInterface setNotContains(array $notContains)

Parameters

array $notContains

Return Value

AdapterInterface Current instance

at line line 82
AdapterInterface setSizes(array $sizes)

Parameters

array $sizes

Return Value

AdapterInterface Current instance

at line line 89
AdapterInterface setDates(array $dates)

Parameters

array $dates

Return Value

AdapterInterface Current instance

at line line 96
AdapterInterface setFilters(array $filters)

Parameters

array $filters

Return Value

AdapterInterface Current instance

at line line 103
AdapterInterface setSort(Closure|int $sort)

Parameters

Closure|int $sort

Return Value

AdapterInterface Current instance

at line line 110
AdapterInterface setPath(array $paths)

Parameters

array $paths

Return Value

AdapterInterface Current instance

at line line 117
AdapterInterface setNotPath(array $notPaths)

Parameters

array $notPaths

Return Value

AdapterInterface Current instance

at line line 124
AdapterInterface ignoreUnreadableDirs(bool $ignore = true)

Parameters

bool $ignore

Return Value

AdapterInterface Current instance

at line line 131
Iterator searchInDirectory(string $dir)

Parameters

string $dir

Return Value

Iterator Result iterator

at line line 138
bool isSupported()

Tests adapter support for current platform.

Return Value

bool

at line line 145
string getName()

Returns adapter name.

Return Value

string