См. определение в файле element.php строка 9
◆ __construct()
__construct |
( |
| $iblockId, |
|
|
| $elementId ) |
- Аргументы
-
integer | $iblockId | Information block identifier. |
integer | $elementId | Element identifier. |
- Исключения
-
Bitrix\Main\LoaderException
См. определение в файле element.php строка 28
◆ getId()
Returns identifier of the element.
- Возвращает
- integer
См. определение в файле element.php строка 54
◆ getParentSections()
Returns unique array of the element sections with all of their parents.
- Возвращает
- integer[]
См. определение в файле element.php строка 254
◆ getPriceValues()
getPriceValues |
( |
| $priceId | ) |
|
Returns loaded price values.
- Аргументы
-
integer | $priceId | Price identifier. |
- Возвращает
- mixed
См. определение в файле element.php строка 222
◆ getPropertyValues()
getPropertyValues |
( |
| $propertyId | ) |
|
Returns loaded property values.
- Аргументы
-
integer | $propertyId | Property identifier. |
- Возвращает
- array[]mixed
См. определение в файле element.php строка 210
◆ getSectionParents()
getSectionParents |
( |
| $sectionId | ) |
|
Returns all section parents.
- Аргументы
-
integer | $sectionId | Section identifier. |
- Возвращает
- mixed
См. определение в файле element.php строка 271
◆ getSections()
Returns unique array of the element sections.
- Возвращает
- integer[]
См. определение в файле element.php строка 244
◆ isElementSection()
isElementSection |
( |
| $sectionId | ) |
|
Returns true if section is the one element connected with.
- Аргументы
-
integer | $sectionId | Section identifier. |
- Возвращает
- boolean
См. определение в файле element.php строка 234
◆ loadElementPrices()
loadElementPrices |
( |
array | $productList | ) |
|
|
protected |
Fills member elementPrices member with prices.
- Аргументы
-
integer[] | $productList | Identifiers of the elements. |
- Возвращает
- void
См. определение в файле element.php строка 154
◆ loadElementProperties()
loadElementProperties |
( |
int | $iblockId, |
|
|
array | $elementFilter ) |
|
protected |
Fills member elementPropertyValues member with property values.
- Аргументы
-
int | $iblockId | Information block identifier. |
| array[string]string | $elementFilter Element property values criteria. |
- Возвращает
- void
См. определение в файле element.php строка 99
◆ loadElementSections()
loadElementSections |
( |
| $elementId | ) |
|
|
protected |
Fills member elementSections member with sections identifiers of the element.
- Аргументы
-
integer | $elementId | Identifier of the element. |
- Возвращает
- void
См. определение в файле element.php строка 194
◆ loadFromDatabase()
Fills element with data from the database.
- Возвращает
- void
См. определение в файле element.php строка 64
◆ $catalog
◆ $elementId
◆ $elementPrices
◆ $elementPropertyValues
$elementPropertyValues = array() |
|
protected |
◆ $elementSections
$elementSections = array() |
|
protected |
◆ $filterPropertyID
$filterPropertyID = array() |
|
staticprotected |
◆ $iblockId
◆ $sectionParents
$sectionParents = array() |
|
staticprotected |
◆ $skuIblockId
◆ $skuPropertyId