Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Element

Открытые атрибуты

const SELECTOR_ENTITY = 'element'
 
const FIELD_ALLOWED_SELECT = 0x0001
 
const FIELD_ALLOWED_ORDER = 0x0002
 
const FIELD_ALLOWED_ALL = self::FIELD_ALLOWED_SELECT|self::FIELD_ALLOWED_ORDER
 

Защищенные статические члены

static getCatalogs (array $iblocks=[])
 
static getElementFields ()
 
static getProductFields ()
 
static getIblockProperties ($iblockId)
 
static getProductActionList ()
 
static getLinkDefinition (array $actions)
 
static getOrderFields (array $fields)
 
static getShowedFields (array $fields)
 
static checkImageProperty (array $property)
 

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

static $catalogIncluded = null
 

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

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

Методы

◆ checkImageProperty()

static checkImageProperty ( array $property)
staticprotected
Аргументы
array$property
Возвращает
bool

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

◆ getCatalogs()

static getCatalogs ( array $iblocks = [])
staticprotected
Аргументы
array$iblocks
Возвращает
array

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

◆ getElementFields()

static getElementFields ( )
staticprotected
Возвращает
array

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

◆ getIblockProperties()

static getIblockProperties ( $iblockId)
staticprotected
Аргументы
int$iblockId
Возвращает
array

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

◆ getLinkDefinition()

static getLinkDefinition ( array $actions)
staticprotected
Аргументы
array$actions
Возвращает
array

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

◆ getOrderFields()

static getOrderFields ( array $fields)
staticprotected
Аргументы
array$fields
Возвращает
array

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

◆ getProductActionList()

static getProductActionList ( )
staticprotected
Возвращает
array

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

◆ getProductFields()

static getProductFields ( )
staticprotected
Возвращает
array

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

◆ getShowedFields()

static getShowedFields ( array $fields)
staticprotected
Аргументы
array$fields
Возвращает
array

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

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

◆ $catalogIncluded

$catalogIncluded = null
staticprotected

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

◆ FIELD_ALLOWED_ALL

const FIELD_ALLOWED_ALL = self::FIELD_ALLOWED_SELECT|self::FIELD_ALLOWED_ORDER

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

◆ FIELD_ALLOWED_ORDER

const FIELD_ALLOWED_ORDER = 0x0002

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

◆ FIELD_ALLOWED_SELECT

const FIELD_ALLOWED_SELECT = 0x0001

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

◆ SELECTOR_ENTITY

const SELECTOR_ENTITY = 'element'

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