$type
$type
Type of child definition, usually right-most part of class name lowercase.
Definition that uses different definitions depending on context.
The del and ins tags are notable because they allow different types of elements depending on whether or not they're in a block or inline context. Chameleon allows this behavior to happen by using two different definitions depending on context. While this somewhat generalized, it is specifically intended for those two tags.
validateChildren(\HTMLPurifier_Node[] $children, \HTMLPurifier_Config $config, \HTMLPurifier_Context $context) : bool
Validates nodes according to definition and returns modification.
\HTMLPurifier_Node[] | $children | |
\HTMLPurifier_Config | $config | |
\HTMLPurifier_Context | $context |