См. определение в файле editormail.php строка 19
◆ createInstance()
static createInstance |
( |
| $params | ) |
|
|
static |
Create instance of editor.
- Аргументы
-
- Возвращает
- Editor
См. определение в файле editormail.php строка 27
◆ getBlockList()
◆ getPreview()
static getPreview |
( |
array | $params | ) |
|
|
static |
Show preview of content.
- Аргументы
-
- Возвращает
- string
См. определение в файле editormail.php строка 110
◆ removePhpFromHtml()
static removePhpFromHtml |
( |
| $html, |
|
|
| $previousHtml = null, |
|
|
| $canEditPhp = false, |
|
|
| $canUseLpa = false ) |
|
static |
Remove php from html.
- Аргументы
-
string | $html | Html. |
string | $previousHtml | Previous html. |
bool | $canEditPhp | Can edit php. |
bool | $canUseLpa | Can use LPA. |
- Возвращает
- string
См. определение в файле editormail.php строка 81
◆ show()
static show |
( |
array | $params | ) |
|
|
static |
Show editor.
- Аргументы
-
- Возвращает
- string
См. определение в файле editormail.php строка 60