Spec-Zone.ru › Symfony 3.0

BsdFindAdapter устаревший

class BsdFindAdapter extends AbstractFindAdapter

устаревший

since 2.8, будет удалён в 3.0. Используйте Finder вместо этого.

Реализация движка оболочки с использованием команды BSD find.

Методы

bool isSupported()

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

из AbstractAdapter
AdapterInterface setFollowLinks(bool $followLinks) из AbstractAdapter
AdapterInterface setMode(int $mode) из AbstractAdapter
AdapterInterface setDepths(array $depths) из AbstractAdapter
AdapterInterface setExclude(array $exclude) из AbstractAdapter
AdapterInterface setNames(array $names) из AbstractAdapter
AdapterInterface setNotNames(array $notNames) из AbstractAdapter
AdapterInterface setContains(array $contains) из AbstractAdapter
AdapterInterface setNotContains(array $notContains) из AbstractAdapter
AdapterInterface setSizes(array $sizes) из AbstractAdapter
AdapterInterface setDates(array $dates) из AbstractAdapter
AdapterInterface setFilters(array $filters) из AbstractAdapter
AdapterInterface setSort(Closure|int $sort) из AbstractAdapter
AdapterInterface setPath(array $paths) из AbstractAdapter
AdapterInterface setNotPath(array $notPaths) из AbstractAdapter
AdapterInterface ignoreUnreadableDirs(bool $ignore = true) из AbstractAdapter
__construct()

Конструктор.

из AbstractFindAdapter
Iterator searchInDirectory(string $dir) из AbstractFindAdapter
string getName()

Возвращает имя адаптера.

Подробности

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 Текущий экземпляр

__construct()

Конструктор.

Iterator searchInDirectory(string $dir)

Параметры

string $dir

Возвращаемое значение

Iterator Итератор результатов

string getName()

Возвращает имя адаптера.

Возвращаемое значение

string

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

Spec-Zone.ru

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