![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Graphe d'héritage de HTMLPurifier_ChildDef_Optional:
Graphe de collaboration de HTMLPurifier_ChildDef_Optional:Fonctions membres publiques | |
| validateChildren ($children, $config, $context) | |
Fonctions membres publiques hérités de HTMLPurifier_ChildDef_Required | |
| __construct ($elements) | |
Fonctions membres publiques hérités de HTMLPurifier_ChildDef | |
| getAllowedElements ($config) | |
Champs de données | |
| $allow_empty = true | |
| $type = 'optional' | |
Champs de données hérités de HTMLPurifier_ChildDef_Required | |
| $elements = array() | |
| $allow_empty = false | |
| $type = 'required' | |
Champs de données hérités de HTMLPurifier_ChildDef | |
| $type | |
| $allow_empty | |
| $elements = array() | |
Membres hérités additionnels | |
Attributs protégés hérités de HTMLPurifier_ChildDef_Required | |
| $whitespace = false | |
Definition that allows a set of elements, and allows no children.
| validateChildren | ( | $children, | |
| $config, | |||
| $context | |||
| ) |
| array | $children | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Réimplémentée à partir de HTMLPurifier_ChildDef_Required.
| $allow_empty = true |
@type bool
| $type = 'optional' |
@type string