См. определение в файле engine.php строка 21
◆ __construct()
__construct |
( |
Document | $document = null | ) |
|
Engine constructor.
- Аргументы
-
Document | null | $document | Template document. |
См. определение в файле engine.php строка 72
◆ addBlocksToDocument()
addBlocksToDocument |
( |
| $blocks | ) |
|
|
protected |
◆ addStylesToDocumentHead()
addStylesToDocumentHead |
( |
| $styleString | ) |
|
|
protected |
◆ create()
static create |
( |
Document | $document = null | ) |
|
|
static |
Create instance.
- Аргументы
-
Document | null | $document | Template document. |
- Возвращает
- static
См. определение в файле engine.php строка 63
◆ createBlockContent()
static createBlockContent |
( |
| $string | ) |
|
|
staticprotected |
Parse string to array of block content.
- Аргументы
-
- Возвращает
- BlockContent
- Исключения
-
См. определение в файле engine.php строка 366
◆ fill()
Fill document by content.
- Возвращает
- bool
См. определение в файле engine.php строка 175
◆ fillHtmlTemplate()
static fillHtmlTemplate |
( |
| $htmlTemplate, |
|
|
| $content, |
|
|
| $encoding = null ) |
|
static |
Fill HTML template by content.
- Аргументы
-
string | $htmlTemplate | Html template. |
string | $content | Content. |
string | $encoding | Encoding. |
- Возвращает
- string
См. определение в файле engine.php строка 156
◆ getConverters()
◆ getDocument()
◆ getHtml()
◆ isSupported()
static isSupported |
( |
| $string | ) |
|
|
static |
Check string for the presence of slices.
- Аргументы
-
- Возвращает
- bool
См. определение в файле engine.php строка 45
◆ setBlockContent()
Set block content.
- Аргументы
-
BlockContent | $blockContent | Block content. |
- Возвращает
- $this
См. определение в файле engine.php строка 118
◆ setContent()
Set content string.
- Аргументы
-
string | $string | Content string. |
- Возвращает
- Engine
См. определение в файле engine.php строка 107
◆ setDocument()
Set document.
- Аргументы
-
Document | $document | Template document. |
- Возвращает
- $this
См. определение в файле engine.php строка 95
◆ setEncoding()
setEncoding |
( |
| $encoding = null | ) |
|
Set encoding.
- Аргументы
-
string | null | $encoding | Encoding. |
- Возвращает
- $this
См. определение в файле engine.php строка 131
◆ setHtml()
Set html.
- Аргументы
-
- Возвращает
- $this
См. определение в файле engine.php строка 83
◆ $content
◆ $document
◆ $encoding
◆ BLOCK_PLACE_ATTR
const BLOCK_PLACE_ATTR = 'data-bx-block-editor-place' |
◆ BLOCK_PLACE_ATTR_DEF_VALUE
const BLOCK_PLACE_ATTR_DEF_VALUE = 'body' |
◆ CONTENT_JSON
◆ CONTENT_SLICE
◆ STYLIST_TAG_ATTR
const STYLIST_TAG_ATTR = 'data-bx-stylist-container' |