PHP Class 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.
Inheritance: extends HTMLPurifier_ChildDef
Mostrar archivo Open project: yiisoft/yii

Public Properties

Property Type Description
$elements XXX: This whole business with 'wrap' is all a bit unsatisfactory
$type

Public Methods

Method Description
validateChildren ( array $children, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : array

Method Details

validateChildren() public method

public validateChildren ( array $children, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : array
$children array
$config HTMLPurifier_Config
$context HTMLPurifier_Context
return array

Property Details

$elements public_oe property

XXX: This whole business with 'wrap' is all a bit unsatisfactory
public $elements

$type public_oe property

public $type