См. определение в файле locationservice.php строка 19
◆ __construct()
__construct |
( |
Config\Container | $config | ) |
|
|
protected |
◆ autocomplete()
autocomplete |
( |
array | $params, |
|
|
int | $searchScope = LOCATION_SEARCH_SCOPE_ALL ) |
- Аргументы
-
array | $params | |
int | $searchScope | |
- Возвращает
- array
См. определение в файле locationservice.php строка 83
◆ delete()
◆ findByExternalId()
findByExternalId |
( |
string | $externalId, |
|
|
string | $sourceCode, |
|
|
string | $languageId, |
|
|
int | $searchScope = LOCATION_SEARCH_SCOPE_ALL ) |
Find location by externalId
- Аргументы
-
string | $externalId | |
string | $sourceCode | |
string | $languageId | |
int | $searchScope | |
- Возвращает
- Entity\Location|bool|null
См. определение в файле locationservice.php строка 62
◆ findById()
findById |
( |
int | $locationId, |
|
|
string | $languageId, |
|
|
int | $searchScope = LOCATION_SEARCH_SCOPE_ALL ) |
Find Location by locationId
- Аргументы
-
int | $locationId | |
string | $languageId | |
int | $searchScope | |
- Возвращает
- Entity\Location|null|bool
См. определение в файле locationservice.php строка 37
◆ findParents()
findParents |
( |
Entity\Location | $location, |
|
|
string | $languageId, |
|
|
int | $searchScope = LOCATION_SEARCH_SCOPE_ALL ) |
Find Location parents
- Аргументы
-
Entity\Location | $location | |
string | $languageId | |
int | $searchScope | |
- Возвращает
- Entity\Location\Parents|bool
См. определение в файле locationservice.php строка 108
◆ save()
◆ saveParents()
Save parents from the location
- Аргументы
-
Entity\Location\Parents | $parents | |
- Возвращает
- Result
См. определение в файле locationservice.php строка 164
◆ $instance
◆ $repository