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

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

 findById (int $locationId, string $languageId, int $searchScope=LOCATION_SEARCH_SCOPE_ALL)
 
 findByExternalId (string $externalId, string $sourceCode, string $languageId, int $searchScope=LOCATION_SEARCH_SCOPE_ALL)
 
 autocomplete (array $params, int $searchScope=LOCATION_SEARCH_SCOPE_ALL)
 
 findParents (Entity\Location $location, string $languageId, int $searchScope=LOCATION_SEARCH_SCOPE_ALL)
 
 save (Entity\Location $location)
 
 delete (Entity\Location $location)
 
 saveParents (Entity\Location\Parents $parents)
 
- Открытые члены унаследованные от BaseService
 __clone ()
 
 __wakeup ()
 

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

 __construct (Config\Container $config)
 
- Защищенные члены унаследованные от BaseService
 processException (\Exception $exception)
 
 __construct (Container $config)
 

Защищенные данные

 $repository = null
 

Статические защищенные данные

static $instance
 
- Статические защищенные данные унаследованные от BaseService
static $instance
 

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

- Открытые статические члены унаследованные от BaseService
static getInstance ()
 
- Защищенные статические члены унаследованные от BaseService
static createInstance (Container $config)
 
static getConfig (string $class)
 

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

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

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

◆ __construct()

__construct ( Config\Container $config)
protected

LocationService constructor.

Аргументы
Config\Container$config

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

Методы

◆ autocomplete()

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

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

◆ delete()

delete ( Entity\Location $location)

Delete Location

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

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

◆ 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()

save ( Entity\Location $location)

Save Location

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

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

◆ saveParents()

saveParents ( Entity\Location\Parents $parents)

Save parents from the location

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

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

Данные класса

◆ $instance

$instance
staticprotected

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

◆ $repository

$repository = null
protected

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