См. определение в файле sanitizer.php строка 17
◆ cleanHtml()
static cleanHtml |
( |
| $html | ) |
|
|
static |
Clean html.
- Аргументы
-
- Возвращает
- string|null
См. определение в файле sanitizer.php строка 39
◆ fixReplacedStyles()
static fixReplacedStyles |
( |
| $html | ) |
|
|
static |
Fix replaced style tags and attributes.
- Аргументы
-
- Возвращает
- string|null
См. определение в файле sanitizer.php строка 61
◆ fixTemplateStyles()
static fixTemplateStyles |
( |
| $html | ) |
|
|
static |
Fix template styles.
- Аргументы
-
- Возвращает
- string|null
См. определение в файле sanitizer.php строка 84
◆ removePhp()
static removePhp |
( |
| $string = '', |
|
|
| $previousString, |
|
|
User | $user = null ) |
|
static |
Remove php from string with checking operations edit_php and lpa_template_edit
- Аргументы
-
string | $string | String. |
User | $user | User instance. |
- Возвращает
- bool
См. определение в файле sanitizer.php строка 107
◆ sanitizeHtml()
static sanitizeHtml |
( |
| $html, |
|
|
| $previousHtml = '', |
|
|
User | $user = null ) |
|
static |
Clean html.
- Аргументы
-
string | $html | Html text. |
string | $previousHtml | Previous html text. |
User | $user | User instance. |
- Возвращает
- string|null
См. определение в файле sanitizer.php строка 27