Spec-Zone.ru › Symfony 3.1

AbstractAdapter deprecated

class AbstractAdapter implements AdapterInterface

deprecated

since 2.8, to be removed in 3.0. Use Finder instead.

Интерфейс для реализации движка поиска.

Methods

bool isSupported()

Проверяет поддержку адаптера для текущей платформы.

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)

Details

bool isSupported()

Проверяет поддержку адаптера для текущей платформы.

Значение возврата

bool

AdapterInterface setFollowLinks(bool $followLinks)

Параметры

bool $followLinks

Значение возврата

AdapterInterface Текущий экземпляр

AdapterInterface setMode(int $mode)

Параметры

int $mode

Значение возврата

AdapterInterface Текущий экземпляр

AdapterInterface setDepths(array $depths)

Параметры

array $depths

Значение возврата

AdapterInterface Текущий экземпляр

AdapterInterface setExclude(array $exclude)

Параметры

array $exclude

Значение возврата

AdapterInterface Текущий экземпляр

AdapterInterface setNames(array $names)

Параметры

array $names

Значение возврата

AdapterInterface Текущий экземпляр

AdapterInterface setNotNames(array $notNames)

Параметры

array $notNames

Значение возврата

AdapterInterface Текущий экземпляр

AdapterInterface setContains(array $contains)

Параметры

array $contains

Значение возврата

AdapterInterface Текущий экземпляр

AdapterInterface setNotContains(array $notContains)

Параметры

array $notContains

Значение возврата

AdapterInterface Текущий экземпляр

AdapterInterface setSizes(array $sizes)

Параметры

array $sizes

Значение возврата

AdapterInterface Текущий экземпляр

AdapterInterface setDates(array $dates)

Параметры

array $dates

Значение возврата

AdapterInterface Текущий экземпляр

AdapterInterface setFilters(array $filters)

Параметры

array $filters

Значение возврата

AdapterInterface Текущий экземпляр

AdapterInterface setSort(Closure|int $sort)

Параметры

Closure|int $sort

Значение возврата

AdapterInterface Текущий экземпляр

AdapterInterface setPath(array $paths)

Параметры

array $paths

Значение возврата

AdapterInterface Текущий экземпляр

AdapterInterface setNotPath(array $notPaths)

Параметры

array $notPaths

Значение возврата

AdapterInterface Текущий экземпляр

AdapterInterface ignoreUnreadableDirs(bool $ignore = true)

Параметры

bool $ignore

Значение возврата

AdapterInterface Текущий экземпляр

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.1/Symfony/Component/Finder/Adapter/AbstractAdapter.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API