|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Definition that disallows all elements. More...
Inheritance diagram for HTMLPurifier_ChildDef_Empty:
Collaboration diagram for HTMLPurifier_ChildDef_Empty:Public Member Functions | |
| __construct () | |
| validateChildren ($children, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_ChildDef | |
| getAllowedElements ($config) | |
| Get lookup of tag names that should not close this element automatically. More... | |
| validateChildren ($children, $config, $context) | |
| Validates nodes according to definition and returns modification. More... | |
Data Fields | |
| $allow_empty = true | |
| bool More... | |
| $type = 'empty' | |
| string More... | |
Data Fields inherited from HTMLPurifier_ChildDef | |
| $type | |
| Type of child definition, usually right-most part of class name lowercase. More... | |
| $allow_empty | |
| Indicates whether or not an empty array of children is okay. More... | |
| $elements = array() | |
| Lookup array of all elements that this definition could possibly allow. More... | |
Definition that disallows all elements.
| HTMLPurifier_ChildDef_Empty::validateChildren | ( | $children, | |
| $config, | |||
| $context | |||
| ) |
| HTMLPurifier_Node[] | $children | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Definition at line 32 of file Empty.php.
References array.