XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
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 |
|
protected |
Compiles the PCRE regex from a DTD regex ($dtd_regex to $_pcre_regex)
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