XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe HTMLPurifier_ConfigSchema_InterchangeBuilder

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
 

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $varParser = null)
Paramètres
HTMLPurifier_VarParser$varParser

Documentation des fonctions membres

◆ _findUnused()

_findUnused (   $hash)
protected

Triggers errors for any unused keys passed in the hash; such keys may indicate typos, missing values, etc.

Paramètres
HTMLPurifier_StringHash$hashHash to check.
+ Voici le graphe des appelants de cette fonction :

◆ build()

build (   $interchange,
  $hash 
)

Builds an interchange object based on a hash.

Paramètres
HTMLPurifier_ConfigSchema_Interchange$interchangeHTMLPurifier_ConfigSchema_Interchange object to build
HTMLPurifier_StringHash$hashsource data
Exceptions
HTMLPurifier_ConfigSchema_Exception
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ buildDir()

buildDir (   $interchange,
  $dir = null 
)
Paramètres
HTMLPurifier_ConfigSchema_Interchange$interchange
string$dir
Renvoie
HTMLPurifier_ConfigSchema_Interchange
+ Voici le graphe d'appel pour cette fonction :

◆ buildDirective()

buildDirective (   $interchange,
  $hash 
)
Paramètres
HTMLPurifier_ConfigSchema_Interchange$interchange
HTMLPurifier_StringHash$hash
Exceptions
HTMLPurifier_ConfigSchema_Exception
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ buildFile()

buildFile (   $interchange,
  $file 
)
Paramètres
HTMLPurifier_ConfigSchema_Interchange$interchange
string$file
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ buildFromDirectory()

static buildFromDirectory (   $dir = null)
static
Paramètres
string$dir
Renvoie
HTMLPurifier_ConfigSchema_Interchange

◆ evalArray()

evalArray (   $contents)
protected

Evaluates an array PHP code string without array() wrapper

Paramètres
string$contents
Renvoie
mixed
+ Voici le graphe des appelants de cette fonction :

◆ id()

id (   $id)
protected

Convenience function that creates an HTMLPurifier_ConfigSchema_Interchange_Id object based on a string Id.

Paramètres
string$id
Renvoie
HTMLPurifier_ConfigSchema_Interchange_Id
+ Voici le graphe d'appel pour cette fonction :
+ Voici le graphe des appelants de cette fonction :

◆ lookup()

lookup (   $array)
protected

Converts an array list into a lookup array.

Paramètres
array$array
Renvoie
array
+ Voici le graphe des appelants de cette fonction :

Documentation des champs

◆ $varParser

$varParser
protected

Used for processing DEFAULT, nothing else. @type HTMLPurifier_VarParser


La documentation de cette classe a été générée à partir du fichier suivant :