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

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

static checkContent ($content, $splitter='#SANITIZE#')
 
static register (string $code, array $fields, array $manifest=[])
 
static unregister ($code)
 
static getAppInfo ($code)
 
static bind (array $fields)
 
static unbind ($code, $handler=null)
 
static getList (array $params=array())
 

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

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

Методы

◆ bind()

static bind ( array $fields)
static

Bind the placement.

Аргументы
array$fieldsFields array.
Возвращает
\Bitrix\Landing\PublicActionResult

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

◆ checkContent()

static checkContent ( $content,
$splitter = '#SANITIZE#' )
static

Check content for bad substring.

Аргументы
string$content
string$splitter
Возвращает
PublicActionResult

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

◆ getAppInfo()

static getAppInfo ( $code)
static

Get info about app from Repo.

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

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

◆ getList()

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

Get items of current app.

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

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

◆ register()

static register ( string $code,
array $fields,
array $manifest = [] )
static

Registers new block.

Аргументы
string$codeUnique code of block (unique within app).
array$fieldsBlock data.
array$manifestManifest data.
Возвращает
PublicActionResult

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

◆ unbind()

static unbind ( $code,
$handler = null )
static

Unbind the placement.

Аргументы
string$codePlacement code.
string$handlerHandler path (if you want delete specific).
Возвращает
\Bitrix\Landing\PublicActionResult

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

◆ unregister()

static unregister ( $code)
static

Unregister block.

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

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