API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
addDirective ($directive) | |
validate () | |
Data Fields | |
$name | |
$directives = array() | |
Generic schema interchange format that can be converted to a runtime representation (HTMLPurifier_ConfigSchema) or HTML documentation. Members are completely validated.
addDirective | ( | $directive | ) |
Adds a directive array to $directives
HTMLPurifier_ConfigSchema_Interchange_Directive | $directive |
HTMLPurifier_ConfigSchema_Exception |
validate | ( | ) |
Convenience function to perform standard validation. Throws exception on failed validation.
$directives = array() |
Array of Directive ID => array(directive info) @type HTMLPurifier_ConfigSchema_Interchange_Directive[]
$name |
Name of the application this schema is describing. @type string