![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques | |
| __construct ($varParser=null) | |
| buildDir ($interchange, $dir=null) | |
| buildFile ($interchange, $file) | |
| build ($interchange, $hash) | |
| buildDirective ($interchange, $hash) | |
Fonctions membres publiques statiques | |
| static | buildFromDirectory ($dir=null) |
Fonctions membres protégées | |
| evalArray ($contents) | |
| lookup ($array) | |
| id ($id) | |
| _findUnused ($hash) | |
Attributs protégés | |
| $varParser | |
| __construct | ( | $varParser = null | ) |
| HTMLPurifier_VarParser | $varParser |
|
protected |
Triggers errors for any unused keys passed in the hash; such keys may indicate typos, missing values, etc.
| HTMLPurifier_StringHash | $hash | Hash to check. |
Voici le graphe des appelants de cette fonction :| build | ( | $interchange, | |
| $hash | |||
| ) |
Builds an interchange object based on a hash.
| HTMLPurifier_ConfigSchema_Interchange | $interchange | HTMLPurifier_ConfigSchema_Interchange object to build |
| HTMLPurifier_StringHash | $hash | source data |
| HTMLPurifier_ConfigSchema_Exception |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :| buildDir | ( | $interchange, | |
$dir = null |
|||
| ) |
| HTMLPurifier_ConfigSchema_Interchange | $interchange | |
| string | $dir |
Voici le graphe d'appel pour cette fonction :| buildDirective | ( | $interchange, | |
| $hash | |||
| ) |
| HTMLPurifier_ConfigSchema_Interchange | $interchange | |
| HTMLPurifier_StringHash | $hash |
| HTMLPurifier_ConfigSchema_Exception |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :| buildFile | ( | $interchange, | |
| $file | |||
| ) |
| HTMLPurifier_ConfigSchema_Interchange | $interchange | |
| string | $file |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :
|
static |
| string | $dir |
|
protected |
Evaluates an array PHP code string without array() wrapper
| string | $contents |
Voici le graphe des appelants de cette fonction :
|
protected |
Convenience function that creates an HTMLPurifier_ConfigSchema_Interchange_Id object based on a string Id.
| string | $id |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :
|
protected |
Converts an array list into a lookup array.
| array | $array |
Voici le graphe des appelants de cette fonction :
|
protected |
Used for processing DEFAULT, nothing else. @type HTMLPurifier_VarParser