Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_ChildDef_List Class Reference
Inheritance diagram for HTMLPurifier_ChildDef_List:
HTMLPurifier_ChildDef

Public Member Functions

 validateChildren ($children, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_ChildDef
 getAllowedElements ($config)
 

Public Attributes

 $type = 'list'
 
 $elements = array('li' => true, 'ul' => true, 'ol' => true)
 
- Public Attributes inherited from HTMLPurifier_ChildDef
 $type
 
 $allow_empty
 
 $elements = array()
 

Detailed Description

Definition for list containers ul and ol.

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.

Definition at line 14740 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ validateChildren()

HTMLPurifier_ChildDef_List::validateChildren (   $children,
  $config,
  $context 
)
Parameters
array$children
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
array

Reimplemented from HTMLPurifier_ChildDef.

Definition at line 14759 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $elements

HTMLPurifier_ChildDef_List::$elements = array('li' => true, 'ul' => true, 'ol' => true)

@type array

Definition at line 14751 of file HTMLPurifier.standalone.php.

◆ $type

HTMLPurifier_ChildDef_List::$type = 'list'

@type string

Definition at line 14745 of file HTMLPurifier.standalone.php.


The documentation for this class was generated from the following file: