XOOPS 2.5.6
Final
|
Public Member Functions | |
addDirective ($directive) | |
validate () | |
Public Attributes | |
$directives = array() | |
$name | |
Generic schema interchange format that can be converted to a runtime representation (HTMLPurifier_ConfigSchema) or HTML documentation. Members are completely validated.
Definition at line 8 of file Interchange.php.
HTMLPurifier_ConfigSchema_Interchange::addDirective | ( | $directive | ) |
HTMLPurifier_ConfigSchema_Interchange::validate | ( | ) |
Convenience function to perform standard validation. Throws exception on failed validation.
Definition at line 35 of file Interchange.php.
HTMLPurifier_ConfigSchema_Interchange::$directives = array() |
Array of Directive ID => array(directive info)
Definition at line 19 of file Interchange.php.
HTMLPurifier_ConfigSchema_Interchange::$name |
Name of the application this schema is describing.
Definition at line 14 of file Interchange.php.