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

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

static getList (array $params=array())
 
static setSiteRef ($id, array $data=array())
 
static setLandingRef ($id, array $data=array())
 
static getSiteRef ($id)
 
static getLandingRef ($id)
 

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

static refProcess ($id, $type, $method, array $data=array())
 

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

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

Методы

◆ getLandingRef()

static getLandingRef ( $id)
static

Get template refs for landing.

Аргументы
int$idSite id.
Возвращает
\Bitrix\Landing\PublicActionResult

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

◆ getList()

static getList ( array $params = array())
static

Get available templates.

Аргументы
array$paramsParams ORM array.
Возвращает
\Bitrix\Landing\PublicActionResult

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

◆ getSiteRef()

static getSiteRef ( $id)
static

Get template refs for site.

Аргументы
int$idSite id.
Возвращает
\Bitrix\Landing\PublicActionResult

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

◆ refProcess()

static refProcess ( $id,
$type,
$method,
array $data = array() )
staticprotected

Set new template refs for site.

Аргументы
int$idEntity id.
string$typeEntity type.
string$methodMethod: set or get.
array$dataRef array (area => landing).
Возвращает
\Bitrix\Landing\PublicActionResult

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

◆ setLandingRef()

static setLandingRef ( $id,
array $data = array() )
static

Set new template refs for landing.

Аргументы
int$idLanding id.
array$dataRef array (area => landing).
Возвращает
\Bitrix\Landing\PublicActionResult

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

◆ setSiteRef()

static setSiteRef ( $id,
array $data = array() )
static

Set new template refs for site.

Аргументы
int$idSite id.
array$dataRef array (area => landing).
Возвращает
\Bitrix\Landing\PublicActionResult

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