| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 226 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
HTMLPurifier_ConfigSchema_InterchangeBuilder:: (10 methods):
__construct()
buildFromDirectory()
buildDir()
buildFile()
build()
buildDirective()
evalArray()
lookup()
id()
_findUnused()
Class: HTMLPurifier_ConfigSchema_InterchangeBuilder - X-Ref
| __construct($varParser = null) X-Ref |
param: HTMLPurifier_VarParser $varParser |
| buildFromDirectory($dir = null) X-Ref |
param: string $dir return: HTMLPurifier_ConfigSchema_Interchange |
| buildDir($interchange, $dir = null) X-Ref |
param: HTMLPurifier_ConfigSchema_Interchange $interchange param: string $dir return: HTMLPurifier_ConfigSchema_Interchange |
| buildFile($interchange, $file) X-Ref |
param: HTMLPurifier_ConfigSchema_Interchange $interchange param: string $file |
| build($interchange, $hash) X-Ref |
| Builds an interchange object based on a hash. param: HTMLPurifier_ConfigSchema_Interchange $interchange HTMLPurifier_ConfigSchema_Interchange object to build param: HTMLPurifier_StringHash $hash source data |
| buildDirective($interchange, $hash) X-Ref |
param: HTMLPurifier_ConfigSchema_Interchange $interchange param: HTMLPurifier_StringHash $hash |
| evalArray($contents) X-Ref |
| Evaluates an array PHP code string without array() wrapper param: string $contents |
| lookup($array) X-Ref |
| Converts an array list into a lookup array. param: array $array return: array |
| id($id) X-Ref |
| Convenience function that creates an HTMLPurifier_ConfigSchema_Interchange_Id object based on a string Id. param: string $id return: HTMLPurifier_ConfigSchema_Interchange_Id |
| _findUnused($hash) X-Ref |
| Triggers errors for any unused keys passed in the hash; such keys may indicate typos, missing values, etc. param: HTMLPurifier_StringHash $hash Hash to check. |
| Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |