|
static | load (int $id, string $languageId=LANGUAGE_ID) |
|
static | fromArray (array $location) |
|
См. определение в файле location.php строка 19
◆ __construct()
◆ __serialize()
◆ __unserialize()
__unserialize |
( |
array | $data | ) |
|
◆ copyDataFrom()
Copy data from other Location
- Аргументы
-
См. определение в файле location.php строка 403
◆ delete()
Delete the Location
- Возвращает
- \Bitrix\Main\Result
См. определение в файле location.php строка 484
◆ fromArray()
static fromArray |
( |
array | $location | ) |
|
|
static |
Create Location from the Array
- Аргументы
-
- Возвращает
- Location
См. определение в файле location.php строка 550
◆ getAddress()
◆ getAllFieldsValues()
Return all fields values
- Возвращает
- array
См. определение в файле location.php строка 584
◆ getCode()
◆ getExternalId()
◆ getFieldCollection()
◆ getFieldValue()
getFieldValue |
( |
int | $type | ) |
|
- Аргументы
-
int | $type | Location type. See \Bitrix\Location\Entity\Location\Type |
- Возвращает
- string|null
См. определение в файле location.php строка 600
◆ getId()
◆ getLanguageId()
◆ getLatitude()
◆ getLongitude()
◆ getName()
◆ getNameWithParents()
Return Location name imploded with parents names
- Возвращает
- string
См. определение в файле location.php строка 269
◆ getParentByLevel()
getParentByLevel |
( |
int | $level | ) |
|
◆ getParentByType()
getParentByType |
( |
int | $type | ) |
|
- Аргументы
-
- Возвращает
- Location|null
См. определение в файле location.php строка 201
◆ getParents()
◆ getSourceCode()
◆ getType()
- Возвращает
- int
- См. также
- \Bitrix\Location\Entity\Location\Type
См. определение в файле location.php строка 375
◆ isChildOf()
Check if this Location is parent of the other Location
- Аргументы
-
- Возвращает
- bool
См. определение в файле location.php строка 81
◆ isEqualTo()
Check if this Location and the other Location are the same
- Аргументы
-
- Возвращает
- bool
См. определение в файле location.php строка 99
◆ isFieldExist()
isFieldExist |
( |
int | $type | ) |
|
Check if the Location field exists
- Аргументы
-
int | $type | Location type. See \Bitrix\Location\Entity\Location\Type |
- Возвращает
- bool
См. определение в файле location.php строка 618
◆ isParentOf()
Check if this Location is parent of the other Location
- Аргументы
-
- Возвращает
- bool
См. определение в файле location.php строка 63
◆ load()
static load |
( |
int | $id, |
|
|
string | $languageId = LANGUAGE_ID ) |
|
static |
Load the Location
- Аргументы
-
- Возвращает
- Location|bool|null
См. определение в файле location.php строка 474
◆ loadParents()
◆ save()
Save Location
- Возвращает
- \Bitrix\Main\Result
См. определение в файле location.php строка 462
◆ serialize()
Serialize the Location
- Возвращает
- string
См. определение в файле location.php строка 494
◆ setAddress()
◆ setCode()
◆ setExternalId()
setExternalId |
( |
string | $externalId | ) |
|
◆ setFieldValue()
setFieldValue |
( |
int | $type, |
|
|
string | $value ) |
Set the Location field value
- Аргументы
-
int | $type | Location type. See \Bitrix\Location\Entity\Location\Type |
string | $value | |
- Возвращает
- $this
- Исключения
-
Bitrix\Main\SystemException
См. определение в файле location.php строка 563
◆ setId()
◆ setLanguageId()
setLanguageId |
( |
string | $languageId | ) |
|
◆ setLatitude()
setLatitude |
( |
string | $latitude | ) |
|
◆ setLongitude()
setLongitude |
( |
string | $longitude | ) |
|
◆ setName()
◆ setParents()
◆ setSourceCode()
setSourceCode |
( |
| $sourceCode | ) |
|
◆ setType()
- Аргументы
-
- Возвращает
- $this
- См. также
- \Bitrix\Location\Entity\Location\Types
- Исключения
-
ArgumentOutOfRangeException | |
См. определение в файле location.php строка 386
◆ toArray()
Convert the Location to an Array
- Возвращает
- array
См. определение в файле location.php строка 534
◆ toJson()
◆ unserialize()
unserialize |
( |
| $serialized | ) |
|
Unserialize the Location
- Аргументы
-
См. определение в файле location.php строка 511
◆ $address
◆ $code
◆ $externalId
◆ $id
◆ $languageId
◆ $latitude
◆ $longitude
◆ $name
◆ $parents
◆ $sourceCode
◆ $type