ILIAS
Release_5_0_x_branch Revision 61816
|
Definition that disallows all elements. More...
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. |
Data Fields | |
$allow_empty = true | |
bool | |
$type = 'empty' | |
string | |
Data Fields inherited from HTMLPurifier_ChildDef | |
$type | |
Type of child definition, usually right-most part of class name lowercase. | |
$allow_empty | |
Indicates whether or not an empty array of children is okay. | |
$elements = array() | |
Lookup array of all elements that this definition could possibly allow. |
Definition that disallows all elements.
HTMLPurifier_ChildDef_Empty::validateChildren | ( | $children, | |
$config, | |||
$context | |||
) |
HTMLPurifier_Node[] | $children | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_ChildDef.
Definition at line 32 of file Empty.php.