ILIAS
Release_5_0_x_branch Revision 61816
|
Generic schema interchange format that can be converted to a runtime representation (HTMLPurifier_ConfigSchema) or HTML documentation. More...
Public Member Functions | |
addDirective ($directive) | |
Adds a directive array to $directives. | |
validate () | |
Convenience function to perform standard validation. |
Data Fields | |
$name | |
Name of the application this schema is describing. | |
$directives = array() | |
Array of Directive ID => array(directive info) HTMLPurifier_ConfigSchema_Interchange_Directive[]. |
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 | ) |
Adds a directive array to $directives.
HTMLPurifier_ConfigSchema_Interchange_Directive | $directive |
HTMLPurifier_ConfigSchema_Exception |
Definition at line 28 of file Interchange.php.
HTMLPurifier_ConfigSchema_Interchange::validate | ( | ) |
Convenience function to perform standard validation.
Throws exception on failed validation.
Definition at line 40 of file Interchange.php.
HTMLPurifier_ConfigSchema_Interchange::$directives = array() |
Array of Directive ID => array(directive info) HTMLPurifier_ConfigSchema_Interchange_Directive[].
Definition at line 21 of file Interchange.php.
HTMLPurifier_ConfigSchema_Interchange::$name |
Name of the application this schema is describing.
string
Definition at line 15 of file Interchange.php.