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

Открытые статические члены

static getIndex (string $type, string|int $id)
 
static parseIndex (string $index)
 
static parseIndexList (array $ids)
 

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

const ELEMENT = 'E'
 
const SECTION = 'S'
 

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

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

Методы

◆ getIndex()

static getIndex ( string $type,
string|int $id )
static
Аргументы
string$type
string | int$id
Возвращает
string

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

◆ parseIndex()

static parseIndex ( string $index)
static
Аргументы
string$index
Возвращает
null|array in format [type, id]

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

◆ parseIndexList()

static parseIndexList ( array $ids)
static

Parses identifiers and groups them by type.

Аргументы
string[]$ids
Возвращает
array in format [$elementIds, $sectionIds]

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

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

◆ ELEMENT

const ELEMENT = 'E'

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

◆ SECTION

const SECTION = 'S'

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