См. определение в файле demos.php строка 10
◆ getFilesList()
static getFilesList |
( |
| $type, |
|
|
| $page = false, |
|
|
array | $filter = [] ) |
|
staticprotected |
Get demo items from files in component.
- Аргументы
-
string | $type | Type of demo-template (page, store, etc...). |
bool | $page | If true, list of pages, not site. |
array | $filter | Additional filter. |
- Возвращает
- PublicActionResult
См. определение в файле demos.php строка 47
◆ getList()
static getList |
( |
array | $params = array() | ) |
|
|
static |
Get items of current app.
- Аргументы
-
array | $params | Params ORM array. |
- Возвращает
- PublicActionResult
См. определение в файле demos.php строка 452
◆ getPageList()
static getPageList |
( |
| $type, |
|
|
array | $filter = [] ) |
|
static |
Get demo pages.
- Аргументы
-
string | $type | Type of demo-template (page, store, etc...). |
array | $filter | Additional filter. |
- Возвращает
- PublicActionResult
См. определение в файле demos.php строка 124
◆ getSiteList()
static getSiteList |
( |
| $type, |
|
|
array | $filter = [] ) |
|
static |
Get demo sites.
- Аргументы
-
string | $type | Type of demo-template (page, store, etc...). |
array | $filter | Additional filter. |
- Возвращает
- PublicActionResult
См. определение в файле demos.php строка 112
◆ getUrlPreview()
static getUrlPreview |
( |
| $code, |
|
|
| $type ) |
|
static |
Get preview of url by code.
- Аргументы
-
string | $code | Code of page. |
string | $type | Code of content. |
- Возвращает
- PublicActionResult
См. определение в файле demos.php строка 136
◆ isItemSuitable()
static isItemSuitable |
( |
array | $item, |
|
|
array | $filter = [] ) |
|
staticprotected |
Return true, if item of data is suitable by filter.
- Аргументы
-
array | $item | One data element. |
array | $filter | Filter for separate allowed items. |
- Возвращает
- bool
См. определение в файле demos.php строка 18
◆ register()
static register |
( |
array | $data = array(), |
|
|
array | $params = array() ) |
|
static |
Register new demo template (site [and pages]).
- Аргументы
-
array | $data | Full data from \Bitrix\Landing\Site::fullExport. |
array | $params | Additional params. |
- См. также
- \Bitrix\Landing\Site::fullExport
- Возвращает
- PublicActionResult
См. определение в файле demos.php строка 165
◆ unregister()
static unregister |
( |
| $code | ) |
|
|
static |
Unregister demo template.
- Аргументы
-
- Возвращает
- PublicActionResult
См. определение в файле demos.php строка 395