Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Cloud

Открытые статические члены

static getRepository ()
 
static getDemoSiteList (string $type, array $filter=[])
 
static getDemoPageList (string $type, array $filter=[])
 
static getUrlPreview ($code, $type)
 
static getAppItems (string $appCode)
 
static getAppItemManifest (int $id)
 

Защищенные статические члены

static getDemoItemList (string $type, bool $isPage, array $filter=[])
 

Подробное описание

См. определение в файле cloud.php строка 8

Методы

◆ getAppItemManifest()

static getAppItemManifest ( int $id)
static

Returns single item manifest.

Аргументы
int$idApplication item id.
Возвращает
PublicActionResult

См. определение в файле cloud.php строка 138

◆ getAppItems()

static getAppItems ( string $appCode)
static

Returns template items for the application.

Аргументы
string$appCodeApplication code.
Возвращает
PublicActionResult

См. определение в файле cloud.php строка 124

◆ getDemoItemList()

static getDemoItemList ( string $type,
bool $isPage,
array $filter = [] )
staticprotected

Returns demo sites or pages.

Аргументы
string$typeType of demo-template (page, store, etc...).
bool$isPageReturns templates for page section or not.
array$filterAdditional filter.
Возвращает
PublicActionResult

См. определение в файле cloud.php строка 26

◆ getDemoPageList()

static getDemoPageList ( string $type,
array $filter = [] )
static

Returns demo pages.

Аргументы
string$typeType of demo-template (page, store, etc...).
array$filterAdditional filter.
Возвращает
PublicActionResult

См. определение в файле cloud.php строка 103

◆ getDemoSiteList()

static getDemoSiteList ( string $type,
array $filter = [] )
static

Returns demo sites.

Аргументы
string$typeType of demo-template (page, store, etc...).
array$filterAdditional filter.
Возвращает
PublicActionResult

См. определение в файле cloud.php строка 92

◆ getRepository()

static getRepository ( )
static

Get blocks from repository.

Возвращает
PublicActionResult

См. определение в файле cloud.php строка 14

◆ getUrlPreview()

static getUrlPreview ( $code,
$type )
static

Get preview of url by code.

Аргументы
string$codeCode of page.
string$typeCode of content.
Возвращает
PublicActionResult

См. определение в файле cloud.php строка 114