|
Cheetah
|
Public Member Functions | |
| validateChildren ($children, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_ChildDef_Required | |
| __construct ($elements) | |
Public Member Functions inherited from HTMLPurifier_ChildDef | |
| getAllowedElements ($config) | |
Public Attributes | |
| $allow_empty = true | |
| $type = 'optional' | |
Public Attributes inherited from HTMLPurifier_ChildDef_Required | |
| $elements = array() | |
| $allow_empty = false | |
| $type = 'required' | |
Public Attributes inherited from HTMLPurifier_ChildDef | |
| $type | |
| $allow_empty | |
| $elements = array() | |
Additional Inherited Members | |
Protected Attributes inherited from HTMLPurifier_ChildDef_Required | |
| $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.