Class HTMLPurifier_ConfigSchema_Interchange

Description

Generic schema interchange format that can be converted to a runtime representation (HTMLPurifier_ConfigSchema) or HTML documentation. Members are completely validated.

Located in /lib/core/Parsers/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange.php (line 8)


	
			
Variable Summary
mixed $directives
mixed $name
Method Summary
void addDirective ( $directive)
void validate ()
Variables
mixed $directives = array() (line 19)

Array of Directive ID => array(directive info)

  • access: public
mixed $name (line 14)

Name of the application this schema is describing.

  • access: public
Methods
addDirective (line 24)

Adds a directive array to $directives

  • access: public
void addDirective ( $directive)
  • $directive
validate (line 35)

Convenience function to perform standard validation. Throws exception on failed validation.

  • access: public
void validate ()

Documentation generated on Sun, 06 Mar 2011 00:24:16 -0500 by phpDocumentor 1.4.3