См. определение в файле designer.php строка 12
◆ __construct()
__construct |
( |
int | $blockId | ) |
|
Designer constructor.
- Аргументы
-
См. определение в файле designer.php строка 24
◆ execHooks()
Exec block's landing and site hooks.
- См. также
- \Bitrix\Landing\Landing::execHooks
- Возвращает
- void
См. определение в файле designer.php строка 81
◆ getBlock()
Returns current block.
- Возвращает
- Block|null
См. определение в файле designer.php строка 48
◆ getRepo()
Static getter for repository.
- Возвращает
- array
См. определение в файле designer.php строка 114
◆ getRepository()
static getRepository |
( |
bool | $installRepo = true | ) |
|
|
static |
Returns repository's elements.
- Аргументы
-
bool | $installRepo | Install repo if empty result. |
- Возвращает
- array
См. определение в файле designer.php строка 262
◆ getTypeClassReferences()
static getTypeClassReferences |
( |
| ) |
|
|
staticprotected |
Returns map of references between classes and type.
- Возвращает
- array
См. определение в файле designer.php строка 155
◆ isReady()
Returns true if current designer filled up with block.
- Возвращает
- bool
См. определение в файле designer.php строка 39
◆ parseManifest()
static parseManifest |
( |
string | $content | ) |
|
|
static |
Returns additional manifest nodes from content.
- Аргументы
-
string | $content | Block content. |
- Возвращает
- array
См. определение в файле designer.php строка 219
◆ registerRepoElement()
static registerRepoElement |
( |
array | $fields | ) |
|
|
static |
Registers new repo element.
- Аргументы
-
array | $fields | Data array ([XML_ID, ?TITLE, HTML, MANIFEST]). |
- Возвращает
- void
См. определение в файле designer.php строка 290
◆ setLandingDesignBlockMode()
static setLandingDesignBlockMode |
( |
bool | $flag | ) |
|
|
static |
Registers onLandingView callback for set design block flag.
- Аргументы
-
bool | $flag | Design block flag. |
- Возвращает
- void
См. определение в файле designer.php строка 58
◆ unregisterRepoElement()
static unregisterRepoElement |
( |
string | $code | ) |
|
|
static |
Removes repo element by code.
- Аргументы
-
string | $code | External code. |
- Возвращает
- void
См. определение в файле designer.php строка 318
◆ $block