Cheetah
|
Public Member Functions | |
__construct () | |
validateChildren ($children, $config, $context) | |
![]() | |
getAllowedElements ($config) | |
Public Attributes | |
$allow_empty = true | |
$type = 'empty' | |
![]() | |
$type | |
$allow_empty | |
$elements = array() | |
Definition that disallows all elements.
Definition at line 14699 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_Empty::__construct | ( | ) |
Definition at line 14711 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_Empty::validateChildren | ( | $children, | |
$config, | |||
$context | |||
) |
HTMLPurifier_Node[] | $children | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_ChildDef.
Definition at line 14721 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_Empty::$allow_empty = true |
@type bool
Definition at line 14704 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_Empty::$type = 'empty' |
@type string
Definition at line 14709 of file HTMLPurifier.standalone.php.