![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques | |
| __construct () | |
| validate ($interchange) | |
| validateId ($id) | |
| validateDirective ($d) | |
| validateDirectiveAllowed ($d) | |
| validateDirectiveValueAliases ($d) | |
| validateDirectiveAliases ($d) | |
Fonctions membres protégées | |
| with ($obj, $member) | |
| error ($target, $msg) | |
| getFormattedContext () | |
Attributs protégés | |
| $interchange | |
| $aliases | |
| $context = array() | |
| $parser | |
Performs validations on HTMLPurifier_ConfigSchema_Interchange
| __construct | ( | ) |
|
protected |
Emits an error, providing helpful context.
| HTMLPurifier_ConfigSchema_Exception |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :
|
protected |
Returns a formatted context string.
Voici le graphe des appelants de cette fonction :| validate | ( | $interchange | ) |
Validates a fully-formed interchange object.
| HTMLPurifier_ConfigSchema_Interchange | $interchange |
Voici le graphe d'appel pour cette fonction :| validateDirective | ( | $d | ) |
Validates a HTMLPurifier_ConfigSchema_Interchange_Directive object.
| HTMLPurifier_ConfigSchema_Interchange_Directive | $d |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :| validateDirectiveAliases | ( | $d | ) |
Extra validation if $aliases member variable of HTMLPurifier_ConfigSchema_Interchange_Directive is defined.
| HTMLPurifier_ConfigSchema_Interchange_Directive | $d |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :| validateDirectiveAllowed | ( | $d | ) |
Extra validation if $allowed member variable of HTMLPurifier_ConfigSchema_Interchange_Directive is defined.
| HTMLPurifier_ConfigSchema_Interchange_Directive | $d |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :| validateDirectiveValueAliases | ( | $d | ) |
Extra validation if $valueAliases member variable of HTMLPurifier_ConfigSchema_Interchange_Directive is defined.
| HTMLPurifier_ConfigSchema_Interchange_Directive | $d |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :| validateId | ( | $id | ) |
Validates a HTMLPurifier_ConfigSchema_Interchange_Id object.
| HTMLPurifier_ConfigSchema_Interchange_Id | $id |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :
|
protected |
Convenience function for generating HTMLPurifier_ConfigSchema_ValidatorAtom for validating simple member variables of objects.
| $obj | |
| $member |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :
|
protected |
@type array
|
protected |
Context-stack to provide easy to read error messages. @type array
|
protected |
|
protected |
to test default's type. @type HTMLPurifier_VarParser