Public Member Functions | |
| addNamespace ($namespace) | |
| Adds a namespace array to $namespaces. | |
| addDirective ($directive) | |
| Adds a directive array to $directives. | |
| validate () | |
| Convenience function to perform standard validation. | |
Public Attributes | |
| $name | |
| Name of the application this schema is describing. | |
| $namespaces = array() | |
| Array of Namespace ID => array(namespace info). | |
| $directives = array() | |
| Array of Directive ID => array(directive info). | |
Members are completely validated.
Definition at line 8 of file Interchange.php.
| HTMLPurifier_ConfigSchema_Interchange::addNamespace | ( | $ | namespace | ) |
| HTMLPurifier_ConfigSchema_Interchange::addDirective | ( | $ | directive | ) |
| HTMLPurifier_ConfigSchema_Interchange::validate | ( | ) |
Convenience function to perform standard validation.
Throws exception on failed validation.
Definition at line 50 of file Interchange.php.
| HTMLPurifier_ConfigSchema_Interchange::$name |
| HTMLPurifier_ConfigSchema_Interchange::$namespaces = array() |
| HTMLPurifier_ConfigSchema_Interchange::$directives = array() |
1.5.3