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

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

static getSiteList ($type, array $filter=[])
 
static getPageList ($type, array $filter=[])
 
static getUrlPreview ($code, $type)
 
static register (array $data=array(), array $params=array())
 
static unregister ($code)
 
static getList (array $params=array())
 

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

static isItemSuitable (array $item, array $filter=[])
 
static getFilesList ($type, $page=false, array $filter=[])
 

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

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

Методы

◆ getFilesList()

static getFilesList ( $type,
$page = false,
array $filter = [] )
staticprotected

Get demo items from files in component.

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

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

◆ getList()

static getList ( array $params = array())
static

Get items of current app.

Аргументы
array$paramsParams ORM array.
Возвращает
PublicActionResult

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

◆ getPageList()

static getPageList ( $type,
array $filter = [] )
static

Get demo pages.

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

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

◆ getSiteList()

static getSiteList ( $type,
array $filter = [] )
static

Get demo sites.

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

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

◆ getUrlPreview()

static getUrlPreview ( $code,
$type )
static

Get preview of url by code.

Аргументы
string$codeCode of page.
string$typeCode 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$itemOne data element.
array$filterFilter 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$dataFull data from \Bitrix\Landing\Site::fullExport.
array$paramsAdditional params.
См. также
\Bitrix\Landing\Site::fullExport
Возвращает
PublicActionResult

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

◆ unregister()

static unregister ( $code)
static

Unregister demo template.

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

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