Cheetah
|
Public Member Functions | |
validateChildren ($children, $config, $context) | |
![]() | |
__construct ($elements) | |
![]() | |
getAllowedElements ($config) | |
Public Attributes | |
$allow_empty = true | |
$type = 'optional' | |
![]() | |
$elements = array() | |
$allow_empty = false | |
$type = 'required' | |
![]() | |
$type | |
$allow_empty | |
$elements = array() | |
Additional Inherited Members | |
![]() | |
$whitespace = false | |
Definition that allows a set of elements, and allows no children.
Definition at line 14950 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_Optional::validateChildren | ( | $children, | |
$config, | |||
$context | |||
) |
array | $children | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_ChildDef_Required.
Definition at line 14968 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_Optional::$allow_empty = true |
@type bool
Definition at line 14955 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_Optional::$type = 'optional' |
@type string
Definition at line 14960 of file HTMLPurifier.standalone.php.