Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс LocationRepository

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

 __construct (Find $findStrategy, Save $saveStrategy, Delete $deleteStrategy)
 
 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)
 
 save (Entity\Location $location)
 
 delete (Entity\Location $location)
 
 findParents (Entity\Location $location, string $languageId, int $searchScope)
 
 saveParents (Entity\Location\Parents $parents)
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( Find $findStrategy,
Save $saveStrategy,
Delete $deleteStrategy )

LocationRepository constructor.

Аргументы
Find$findStrategy
Save$saveStrategy
Delete$deleteStrategy

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

Методы

◆ autocomplete()

autocomplete ( array $params,
int $searchScope )
Аргументы
array$params
int$searchScope
Возвращает
array

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

◆ delete()

delete ( Entity\Location $location)
Аргументы
Entity\Location$location
Возвращает
Result

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

◆ findByExternalId()

findByExternalId ( string $externalId,
string $sourceCode,
string $languageId,
int $searchScope )
Аргументы
string$externalId
string$sourceCode
string$languageId
int$searchScope
Возвращает
Entity\Location|bool|null

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

◆ findById()

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

@inheritDoc

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

◆ findByText()

findByText ( string $text,
string $languageId,
int $searchScope )
Аргументы
string$text
string$languageId
int$searchScope
Возвращает
Entity\Generic\Collection|bool

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

◆ findParents()

findParents ( Entity\Location $location,
string $languageId,
int $searchScope )
Аргументы
Entity\Location$location
string$languageId
int$searchScope
Возвращает
Entity\Location\Parents

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

◆ save()

save ( Entity\Location $location)
Аргументы
Entity\Location$location
Возвращает
Result

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

◆ saveParents()

saveParents ( Entity\Location\Parents $parents)
Аргументы
Entity\Location\Parents$parents
Возвращает
Result

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