Class HTMLPurifier_ConfigSchema_Interchange
Generic schema interchange format that can be converted to a runtime representation (HTMLPurifier_ConfigSchema) or HTML documentation. Members are completely validated.
Located at x2engine/framework/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange.php
public
|
#
addDirective(
Adds a directive array to $directives |
public
|
public
mixed
|
$name |
|
#
Name of the application this schema is describing. |
public
array
|
$directives | array() |
#
Array of Directive ID => array(directive info) |