25 if (isset($this->directives[$i = $directive->id->toString()])) {
28 $this->directives[$i] = $directive;
37 return $validator->validate($this);
Performs validations on HTMLPurifier_ConfigSchema_Interchange.
$directives
Array of Directive ID => array(directive info)
Generic schema interchange format that can be converted to a runtime representation (HTMLPurifier_Con...
Exceptions related to configuration schema.
$name
Name of the application this schema is describing.
addDirective($directive)
Adds a directive array to $directives.
validate()
Convenience function to perform standard validation.