Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Sanitizer

Открытые статические члены

static sanitizeHtml ($html, $previousHtml='', User $user=null)
 
static cleanHtml ($html)
 
static fixReplacedStyles ($html)
 
static fixTemplateStyles ($html)
 
static removePhp ($string='', $previousString, User $user=null)
 

Подробное описание

См. определение в файле sanitizer.php строка 17

Методы

◆ cleanHtml()

static cleanHtml ( $html)
static

Clean html.

Аргументы
string$htmlHtml text.
Возвращает
string|null

См. определение в файле sanitizer.php строка 39

◆ fixReplacedStyles()

static fixReplacedStyles ( $html)
static

Fix replaced style tags and attributes.

Аргументы
string$htmlHtml text.
Возвращает
string|null

См. определение в файле sanitizer.php строка 61

◆ fixTemplateStyles()

static fixTemplateStyles ( $html)
static

Fix template styles.

Аргументы
string$htmlHtml text.
Возвращает
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$stringString.
User$userUser instance.
Возвращает
bool

См. определение в файле sanitizer.php строка 107

◆ sanitizeHtml()

static sanitizeHtml ( $html,
$previousHtml = '',
User $user = null )
static

Clean html.

Аргументы
string$htmlHtml text.
string$previousHtmlPrevious html text.
User$userUser instance.
Возвращает
string|null

См. определение в файле sanitizer.php строка 27