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

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

static onPresetTemplateList ($templateType=null, $templateId=null, $messageCode=null)
 
static replaceTemplateHtml ($content, $replace=[])
 
static getTemplateHtml ()
 

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

const LOCAL_DIR = '/modules/sender/preset/template_v2/'
 

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

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

Методы

◆ getTemplateHtml()

static getTemplateHtml ( )
static

Get template html.

Возвращает
string|null

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

◆ onPresetTemplateList()

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

Return base templates.

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

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

◆ replaceTemplateHtml()

static replaceTemplateHtml ( $content,
$replace = [] )
static

Get template html.

Аргументы
array$replaceReplace data.
Возвращает
mixed|null

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

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

◆ LOCAL_DIR

const LOCAL_DIR = '/modules/sender/preset/template_v2/'

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