Spec-Zone.ru › Symfony 3.2

BsdFindAdapter устаревший

class BsdFindAdapter extends AbstractFindAdapter

устаревший

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

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

Методы

bool isSupported()

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

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

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

from AbstractFindAdapter
Iterator searchInDirectory(string $dir) from 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.2/Symfony/Component/Finder/Adapter/BsdFindAdapter.html

Spec-Zone.ru

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