Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Find
+ Граф наследования:Find:

Открытые члены

 findById (int $id, string $languageId, int $searchScope)
 
 findByExternalId (string $externalId, string $sourceCode, string $languageId, int $searchScope)
 
 findByText (string $text, string $languageId, int $searchScope)
 
 autocomplete (array $params, int $searchScope)
 
 findParents (Location $location, string $languageId, int $searchScope)
 
 setLocationRepositories (array $locationRepositories)
 
- Открытые члены унаследованные от Base
 __construct (array $locationRepositories=[])
 

Защищенные члены

 find (string $interface, string $method, array $params, int $searchScope)
 
 getRepoPriority (IRepository $repository)
 

Дополнительные унаследованные члены

- Открытые атрибуты унаследованные от Base
const REPO_PRIORITY_A = 'A'
 
const REPO_PRIORITY_B = 'B'
 
const REPO_PRIORITY_C = 'C'
 
- Защищенные данные унаследованные от Base
 $locationRepositories = []
 

Подробное описание

См. определение в файле find.php строка 22

Методы

◆ autocomplete()

autocomplete ( array $params,
int $searchScope )

См. определение в файле find.php строка 42

◆ find()

find ( string $interface,
string $method,
array $params,
int $searchScope )
protected
Аргументы
string$interface
string$method
array$params
int$searchScope
Возвращает
Location|Collection|null|bool

См. определение в файле find.php строка 81

◆ findByExternalId()

findByExternalId ( string $externalId,
string $sourceCode,
string $languageId,
int $searchScope )

@inheritDoc

См. определение в файле find.php строка 31

◆ findById()

findById ( int $id,
string $languageId,
int $searchScope )

@inheritDoc

См. определение в файле find.php строка 25

◆ findByText()

findByText ( string $text,
string $languageId,
int $searchScope )

@inheritDoc

См. определение в файле find.php строка 37

◆ findParents()

findParents ( Location $location,
string $languageId,
int $searchScope )

См. определение в файле find.php строка 47

◆ getRepoPriority()

getRepoPriority ( IRepository $repository)
protected
Аргументы
IRepository$repository
Возвращает
string

См. определение в файле find.php строка 116

◆ setLocationRepositories()

setLocationRepositories ( array $locationRepositories)

@inheritDoc

Переопределяет метод предка Base.

См. определение в файле find.php строка 53