|
static | refProcess ($id, $type, $method, array $data=array()) |
|
См. определение в файле template.php строка 13
◆ getLandingRef()
static getLandingRef |
( |
| $id | ) |
|
|
static |
Get template refs for landing.
- Аргументы
-
- Возвращает
- \Bitrix\Landing\PublicActionResult
См. определение в файле template.php строка 141
◆ getList()
static getList |
( |
array | $params = array() | ) |
|
|
static |
Get available templates.
- Аргументы
-
array | $params | Params ORM array. |
- Возвращает
- \Bitrix\Landing\PublicActionResult
См. определение в файле template.php строка 20
◆ getSiteRef()
Get template refs for site.
- Аргументы
-
- Возвращает
- \Bitrix\Landing\PublicActionResult
См. определение в файле template.php строка 131
◆ refProcess()
static refProcess |
( |
| $id, |
|
|
| $type, |
|
|
| $method, |
|
|
array | $data = array() ) |
|
staticprotected |
Set new template refs for site.
- Аргументы
-
int | $id | Entity id. |
string | $type | Entity type. |
string | $method | Method: set or get. |
array | $data | Ref array (area => landing). |
- Возвращает
- \Bitrix\Landing\PublicActionResult
См. определение в файле template.php строка 52
◆ setLandingRef()
static setLandingRef |
( |
| $id, |
|
|
array | $data = array() ) |
|
static |
Set new template refs for landing.
- Аргументы
-
int | $id | Landing id. |
array | $data | Ref array (area => landing). |
- Возвращает
- \Bitrix\Landing\PublicActionResult
См. определение в файле template.php строка 121
◆ setSiteRef()
static setSiteRef |
( |
| $id, |
|
|
array | $data = array() ) |
|
static |
Set new template refs for site.
- Аргументы
-
int | $id | Site id. |
array | $data | Ref array (area => landing). |
- Возвращает
- \Bitrix\Landing\PublicActionResult
См. определение в файле template.php строка 110