|
static | set ($id, $type, array $data=array()) |
|
static | get ($id, $type) |
|
См. определение в файле templateref.php строка 6
◆ deleteArea()
static deleteArea |
( |
| $lid | ) |
|
|
static |
Delete all area-landing by id.
- Аргументы
-
- Возвращает
- void
См. определение в файле templateref.php строка 189
◆ get()
static get |
( |
| $id, |
|
|
| $type ) |
|
staticprotected |
Get template refs for entity.
- Аргументы
-
int | $id | Entity id. |
string | $type | Entity type. |
- Возвращает
- array
См. определение в файле templateref.php строка 74
◆ getForLanding()
static getForLanding |
( |
| $id | ) |
|
|
static |
Get template refs for site.
- Аргументы
-
- Возвращает
- array
См. определение в файле templateref.php строка 148
◆ getForSite()
Get template refs for site.
- Аргументы
-
- Возвращает
- array
См. определение в файле templateref.php строка 138
◆ landingIsArea()
static landingIsArea |
( |
| $lid | ) |
|
|
static |
This landing id is used as a area?
- Аргументы
-
int | array | $lid | Landing id. |
- Возвращает
- boolean|array
См. определение в файле templateref.php строка 158
◆ resolveClassByType()
static resolveClassByType |
( |
| $type | ) |
|
|
static |
Resolves class by type.
- Аргументы
-
- Возвращает
- string
См. определение в файле templateref.php строка 209
◆ set()
static set |
( |
| $id, |
|
|
| $type, |
|
|
array | $data = array() ) |
|
staticprotected |
Set new template refs for entity.
- Аргументы
-
int | $id | Entity id. |
string | $type | Entity type. |
array | $data | Ref array. |
- Возвращает
- void
См. определение в файле templateref.php строка 25
◆ setForLanding()
static setForLanding |
( |
| $id, |
|
|
array | $data = array() ) |
|
static |
Set new template refs for landing.
- Аргументы
-
int | $id | Landing id. |
array | $data | Ref array (area => landing). |
- Возвращает
- void
См. определение в файле templateref.php строка 125
◆ setForSite()
static setForSite |
( |
| $id, |
|
|
array | $data = array() ) |
|
static |
Set new template refs for site.
- Аргументы
-
int | $id | Site id. |
array | $data | Ref array (area => landing). |
- Возвращает
- void
См. определение в файле templateref.php строка 111
◆ ENTITY_TYPE_LANDING
const ENTITY_TYPE_LANDING = 'L' |
◆ ENTITY_TYPE_SITE
const ENTITY_TYPE_SITE = 'S' |