XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques | |
__construct ($elements) | |
validateChildren ($children, $config, $context) | |
Fonctions membres publiques hérités de HTMLPurifier_ChildDef | |
getAllowedElements ($config) | |
Champs de données | |
$elements = array() | |
$allow_empty = false | |
$type = 'required' | |
Champs de données hérités de HTMLPurifier_ChildDef | |
$type | |
$allow_empty | |
$elements = array() | |
Attributs protégés | |
$whitespace = false | |
Definition that allows a set of elements, but disallows empty children.
__construct | ( | $elements | ) |
array | string | $elements | List of allowed element names (lowercase). |
validateChildren | ( | $children, | |
$config, | |||
$context | |||
) |
array | $children | |
HTMLPurifier_Config | $config | |
HTMLPurifier_Context | $context |
Réimplémentée à partir de HTMLPurifier_ChildDef.
Réimplémentée dans HTMLPurifier_ChildDef_StrictBlockquote, et HTMLPurifier_ChildDef_Optional.
$allow_empty = false |
@type bool
$elements = array() |
Lookup table of allowed elements. @type array
$type = 'required' |
@type string
|
protected |
Whether or not the last passed node was all whitespace. @type bool