См. определение в файле cloud.php строка 8
◆ getAppItemManifest()
static getAppItemManifest |
( |
int | $id | ) |
|
|
static |
Returns single item manifest.
- Аргументы
-
int | $id | Application item id. |
- Возвращает
- PublicActionResult
См. определение в файле cloud.php строка 138
◆ getAppItems()
static getAppItems |
( |
string | $appCode | ) |
|
|
static |
Returns template items for the application.
- Аргументы
-
string | $appCode | Application code. |
- Возвращает
- PublicActionResult
См. определение в файле cloud.php строка 124
◆ getDemoItemList()
static getDemoItemList |
( |
string | $type, |
|
|
bool | $isPage, |
|
|
array | $filter = [] ) |
|
staticprotected |
Returns demo sites or pages.
- Аргументы
-
string | $type | Type of demo-template (page, store, etc...). |
bool | $isPage | Returns templates for page section or not. |
array | $filter | Additional filter. |
- Возвращает
- PublicActionResult
См. определение в файле cloud.php строка 26
◆ getDemoPageList()
static getDemoPageList |
( |
string | $type, |
|
|
array | $filter = [] ) |
|
static |
Returns demo pages.
- Аргументы
-
string | $type | Type of demo-template (page, store, etc...). |
array | $filter | Additional filter. |
- Возвращает
- PublicActionResult
См. определение в файле cloud.php строка 103
◆ getDemoSiteList()
static getDemoSiteList |
( |
string | $type, |
|
|
array | $filter = [] ) |
|
static |
Returns demo sites.
- Аргументы
-
string | $type | Type of demo-template (page, store, etc...). |
array | $filter | Additional filter. |
- Возвращает
- PublicActionResult
См. определение в файле cloud.php строка 92
◆ getRepository()
Get blocks from repository.
- Возвращает
- PublicActionResult
См. определение в файле cloud.php строка 14
◆ getUrlPreview()
static getUrlPreview |
( |
| $code, |
|
|
| $type ) |
|
static |
Get preview of url by code.
- Аргументы
-
string | $code | Code of page. |
string | $type | Code of content. |
- Возвращает
- PublicActionResult
См. определение в файле cloud.php строка 114