PHP Класс HTMLPurifier_ChildDef_List, yii
What does this do? The big thing is to handle ol/ul at the top
level of list nodes, which should be handled specially by /folding/
them into the previous list node. We generally shouldn't ever
see other disallowed elements, because the autoclose behavior
in MakeWellFormed handles it.
Показать файл
Открыть проект
Открытые свойства
Свойство |
Тип |
Описание |
|
$elements |
|
XXX: This whole business with 'wrap' is all a bit unsatisfactory |
|
$type |
|
|
|
Открытые методы
Описание методов
validateChildren()
публичный Метод
public validateChildren ( array $children, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : array |
$children |
array |
|
$config |
HTMLPurifier_Config |
|
$context |
HTMLPurifier_Context |
|
Результат |
array |
|
Описание свойств
$elements публичное свойство
XXX: This whole business with 'wrap' is all a bit unsatisfactory