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

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

static getListByType ()
 
static getTypeList ()
 
static getById ($type, $id)
 
static getList (array $parameters=array())
 
static getTemplateListHtml ($containerId='TEMPLATE_CONTAINER')
 

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

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

Методы

◆ getById()

static getById ( $type,
$id )
static

Get template.

Аргументы
string$typeTemplate type.
string$idTemplate ID.
Возвращает
array|null

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

◆ getList()

static getList ( array $parameters = array())
static

Get list.

Аргументы
array$parametersParameters.
Возвращает
array

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

◆ getListByType()

static getListByType ( )
static

Get list by type.

Возвращает
array

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

◆ getTemplateListHtml()

static getTemplateListHtml ( $containerId = 'TEMPLATE_CONTAINER')
static

Get template list html.

Аргументы
string$containerIdContainer ID.
Возвращает
string

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

◆ getTypeList()

static getTypeList ( )
static

Get type list.

Возвращает
array

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