XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
HTMLPurifier_ChildDef_List Class Reference
Inheritance diagram for HTMLPurifier_ChildDef_List:
Inheritance graph

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition for list containers ul and ol.

Definition at line 6 of file List.php.

Member Function Documentation

HTMLPurifier_ChildDef_List::validateChildren (   $tokens_of_children,
  $config,
  $context 
)

Definition at line 12 of file List.php.

References $result, and $token.

Member Data Documentation

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

Definition at line 11 of file List.php.

HTMLPurifier_ChildDef_List::$type = 'list'

Definition at line 8 of file List.php.


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