См. определение в файле repo.php строка 16
◆ bind()
static bind |
( |
array | $fields | ) |
|
|
static |
Bind the placement.
- Аргументы
-
array | $fields | Fields 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.
- Аргументы
-
- Возвращает
- \Bitrix\Landing\PublicActionResult
См. определение в файле repo.php строка 307
◆ getList()
static getList |
( |
array | $params = array() | ) |
|
|
static |
Get items of current app.
- Аргументы
-
array | $params | Params ORM array. |
- Возвращает
- \Bitrix\Landing\PublicActionResult
См. определение в файле repo.php строка 533
◆ register()
static register |
( |
string | $code, |
|
|
array | $fields, |
|
|
array | $manifest = [] ) |
|
static |
Registers new block.
- Аргументы
-
string | $code | Unique code of block (unique within app). |
array | $fields | Block data. |
array | $manifest | Manifest data. |
- Возвращает
- PublicActionResult
См. определение в файле repo.php строка 46
◆ unbind()
static unbind |
( |
| $code, |
|
|
| $handler = null ) |
|
static |
Unbind the placement.
- Аргументы
-
string | $code | Placement code. |
string | $handler | Handler path (if you want delete specific). |
- Возвращает
- \Bitrix\Landing\PublicActionResult
См. определение в файле repo.php строка 451
◆ unregister()
static unregister |
( |
| $code | ) |
|
|
static |
Unregister block.
- Аргументы
-
string | $code | Code of block. |
- Возвращает
- \Bitrix\Landing\PublicActionResult
См. определение в файле repo.php строка 226