| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Definition that allows a set of elements, and allows no children. More...
 Inheritance diagram for HTMLPurifier_ChildDef_Optional:
 Inheritance diagram for HTMLPurifier_ChildDef_Optional: Collaboration diagram for HTMLPurifier_ChildDef_Optional:
 Collaboration diagram for HTMLPurifier_ChildDef_Optional:| Public Member Functions | |
| validateChildren ($tokens_of_children, $config, $context) | |
| Validates nodes according to definition and returns modification. | |
|  Public Member Functions inherited from HTMLPurifier_ChildDef_Required | |
| __construct ($elements) | |
|  Public Member Functions inherited from HTMLPurifier_ChildDef | |
| getAllowedElements ($config) | |
| Get lookup of tag names that should not close this element automatically. | |
| Data Fields | |
| $allow_empty = true | |
| $type = 'optional' | |
|  Data Fields inherited from HTMLPurifier_ChildDef_Required | |
| $elements = array() | |
| Lookup table of allowed elements. | |
| $allow_empty = false | |
| $type = 'required' | |
|  Data Fields inherited from HTMLPurifier_ChildDef | |
| $type | |
| Type of child definition, usually right-most part of class name lowercase. | |
| $allow_empty | |
| Bool that indicates whether or not an empty array of children is okay. | |
| $elements = array() | |
| Lookup array of all elements that this definition could possibly allow. | |
| Additional Inherited Members | |
|  Protected Attributes inherited from HTMLPurifier_ChildDef_Required | |
| $whitespace = false | |
| Whether or not the last passed node was all whitespace. | |
Definition that allows a set of elements, and allows no children.
Definition at line 10 of file Optional.php.
| HTMLPurifier_ChildDef_Optional::validateChildren | ( | $tokens_of_children, | |
| $config, | |||
| $context | |||
| ) | 
Validates nodes according to definition and returns modification.
| $tokens_of_children | Array of HTMLPurifier_Token | 
| $config | HTMLPurifier_Config object | 
| $context | HTMLPurifier_Context object | 
Reimplemented from HTMLPurifier_ChildDef_Required.
Definition at line 14 of file Optional.php.
References $config, and $result.
| HTMLPurifier_ChildDef_Optional::$allow_empty = true | 
Definition at line 12 of file Optional.php.
| HTMLPurifier_ChildDef_Optional::$type = 'optional' | 
Definition at line 13 of file Optional.php.