API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct ($varParser=null) | |
buildDir ($interchange, $dir=null) | |
buildFile ($interchange, $file) | |
build ($interchange, $hash) | |
buildDirective ($interchange, $hash) | |
Static Public Member Functions | |
static | buildFromDirectory ($dir=null) |
Protected Member Functions | |
evalArray ($contents) | |
lookup ($array) | |
id ($id) | |
_findUnused ($hash) | |
Protected Attributes | |
$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. |
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 |
buildDir | ( | $interchange, | |
$dir = null |
|||
) |
HTMLPurifier_ConfigSchema_Interchange | $interchange | |
string | $dir |
buildDirective | ( | $interchange, | |
$hash | |||
) |
HTMLPurifier_ConfigSchema_Interchange | $interchange | |
HTMLPurifier_StringHash | $hash |
HTMLPurifier_ConfigSchema_Exception |
buildFile | ( | $interchange, | |
$file | |||
) |
HTMLPurifier_ConfigSchema_Interchange | $interchange | |
string | $file |
|
static |
string | $dir |
|
protected |
Evaluates an array PHP code string without array() wrapper
string | $contents |
|
protected |
Convenience function that creates an HTMLPurifier_ConfigSchema_Interchange_Id object based on a string Id.
string | $id |
|
protected |
Converts an array list into a lookup array.
array | $array |
|
protected |
Used for processing DEFAULT, nothing else. @type HTMLPurifier_VarParser