Cheetah
|
Public Member Functions | |
__construct ($elements) | |
validateChildren ($children, $config, $context) | |
![]() | |
getAllowedElements ($config) | |
Public Attributes | |
$elements = array() | |
$allow_empty = false | |
$type = 'required' | |
![]() | |
$type | |
$allow_empty | |
$elements = array() | |
Protected Attributes | |
$whitespace = false | |
Definition that allows a set of elements, but disallows empty children.
Definition at line 14827 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_Required::__construct | ( | $elements | ) |
array | string | $elements | List of allowed element names (lowercase). |
Definition at line 14844 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_Required::validateChildren | ( | $children, | |
$config, | |||
$context | |||
) |
array | $children | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_ChildDef.
Reimplemented in HTMLPurifier_ChildDef_StrictBlockquote, and HTMLPurifier_ChildDef_Optional.
Definition at line 14879 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_Required::$allow_empty = false |
@type bool
Definition at line 14866 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_Required::$elements = array() |
Lookup table of allowed elements. @type array
Definition at line 14833 of file HTMLPurifier.standalone.php.
HTMLPurifier_ChildDef_Required::$type = 'required' |
@type string
Definition at line 14871 of file HTMLPurifier.standalone.php.
|
protected |
Whether or not the last passed node was all whitespace. @type bool
Definition at line 14839 of file HTMLPurifier.standalone.php.