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

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

static onPresetTemplateList ($templateType=null, $templateId=null)
 
static onPresetTemplateListSite ($templateType=null, $templateId=null)
 
static getListName ()
 
static getById ($templateName)
 
static update ($templateName, $html)
 

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

const LOCAL_DIR_TMPL = '/modules/sender/preset/template/'
 
const LOCAL_DIR_IMG = '/images/sender/preset/template/'
 

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

static replaceTemplateByDefaultData ($template)
 

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

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

Методы

◆ getById()

static getById ( $templateName)
static
Аргументы
string$templateName
Возвращает
array|null

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

◆ getListName()

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

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

◆ onPresetTemplateList()

static onPresetTemplateList ( $templateType = null,
$templateId = null )
static

Return base templates.

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

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

◆ onPresetTemplateListSite()

static onPresetTemplateListSite ( $templateType = null,
$templateId = null )
static

Return site templates.

Аргументы
string | null$templateTypeTemplate type.
string | null$templateIdTemplate ID.
Возвращает
array
Исключения

Bitrix\Main\ArgumentException

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

◆ replaceTemplateByDefaultData()

static replaceTemplateByDefaultData ( $template)
staticprotected
Аргументы
string$template
Возвращает
string

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

◆ update()

static update ( $templateName,
$html )
static
Аргументы
$templateName
$html
Возвращает
bool|int

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

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

◆ LOCAL_DIR_IMG

const LOCAL_DIR_IMG = '/images/sender/preset/template/'

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

◆ LOCAL_DIR_TMPL

const LOCAL_DIR_TMPL = '/modules/sender/preset/template/'

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