![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Graphe d'héritage de HTMLPurifier_ChildDef_Custom:
Graphe de collaboration de HTMLPurifier_ChildDef_Custom:Fonctions membres publiques | |
| __construct ($dtd_regex) | |
| validateChildren ($children, $config, $context) | |
Fonctions membres publiques hérités de HTMLPurifier_ChildDef | |
| getAllowedElements ($config) | |
Champs de données | |
| $type = 'custom' | |
| $allow_empty = false | |
| $dtd_regex | |
Champs de données hérités de HTMLPurifier_ChildDef | |
| $type | |
| $allow_empty | |
| $elements = array() | |
Fonctions membres protégées | |
| _compileRegex () | |
Attributs privés | |
| $_pcre_regex | |
Custom validation class, accepts DTD child definitions
| __construct | ( | $dtd_regex | ) |
| $dtd_regex | Allowed child pattern from the DTD |
Voici le graphe d'appel pour cette fonction :
|
protected |
Compiles the PCRE regex from a DTD regex ($dtd_regex to $_pcre_regex)
Voici le graphe des appelants de cette fonction :| validateChildren | ( | $children, | |
| $config, | |||
| $context | |||
| ) |
| HTMLPurifier_Node[] | $children | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Réimplémentée à partir de HTMLPurifier_ChildDef.
|
private |
PCRE regex derived from $dtd_regex. @type string
| $allow_empty = false |
@type bool
| $dtd_regex |
Allowed child pattern as defined by the DTD. @type string
| $type = 'custom' |
@type string