1C-Bitrix 25.700.0
|
Открытые статические члены | |
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
|
static |
Get template refs for landing.
int | $id | Site id. |
См. определение в файле template.php строка 141
Get available templates.
array | $params | Params ORM array. |
См. определение в файле template.php строка 20
|
static |
Get template refs for site.
int | $id | Site id. |
См. определение в файле template.php строка 131
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). |
См. определение в файле template.php строка 52
Set new template refs for landing.
int | $id | Landing id. |
array | $data | Ref array (area => landing). |
См. определение в файле template.php строка 121
Set new template refs for site.
int | $id | Site id. |
array | $data | Ref array (area => landing). |
См. определение в файле template.php строка 110