См. определение в файле PropertyProduct.php строка 12
◆ getAllowedPropertyUserTypes()
static getAllowedPropertyUserTypes |
( |
| ) |
|
|
static |
Supported user types of properties in product grid of deal. For \CCrmEntityProductListComponent::getIblockColumnsDescription
- Возвращает
- array
См. определение в файле PropertyProduct.php строка 318
◆ getColumnNames()
static getColumnNames |
( |
| ) |
|
|
static |
All column codes for crm.entity.product.list template
- Возвращает
- array
См. определение в файле PropertyProduct.php строка 245
◆ getIblockProperties()
static getIblockProperties |
( |
int |
$iblockId, |
|
|
int |
$productId |
|
) |
| |
|
static |
Get readable properties of a product.
- Аргументы
-
int | $iblockId | |
int | $productId | |
- Возвращает
- array in format ['PROPERTY_CODE' => 'readable value']
См. определение в файле PropertyProduct.php строка 80
◆ getRestrictedProperties()
static getRestrictedProperties |
( |
| ) |
|
|
static |
Restricted properties for hiding in product grid of deal. For \CCrmEntityProductListComponent::getIblockColumnsDescription
- Возвращает
- array
См. определение в файле PropertyProduct.php строка 303
◆ getRestrictedPropertyTypes()
static getRestrictedPropertyTypes |
( |
| ) |
|
|
static |
Restricted property types for hiding in product grid of deal. For \CCrmEntityProductListComponent::getIblockColumnsDescription
- Возвращает
- array
См. определение в файле PropertyProduct.php строка 289
◆ getSkuProperties()
static getSkuProperties |
( |
int |
$iblockId, |
|
|
int |
$skuId |
|
) |
| |
|
static |
Get readable properties of a product variation. Fields are not properties - but included here.
- Аргументы
-
- Возвращает
- array in format ['PROPERTY_CODE' => 'readable value']
См. определение в файле PropertyProduct.php строка 24