Moodle  2.2.1
http://www.collinsharper.com
HTMLPurifier_ConfigSchema_Interchange Class Reference

Public Member Functions

 addDirective ($directive)
 validate ()

Data Fields

 $name
 $directives = array()

Detailed Description

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.


Member Function Documentation

addDirective ( directive)

Adds a directive array to $directives

Definition at line 24 of file Interchange.php.

validate ( )

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

Definition at line 35 of file Interchange.php.


Field Documentation

$directives = array()

Array of Directive ID => array(directive info)

Definition at line 19 of file Interchange.php.

$name

Name of the application this schema is describing.

Definition at line 14 of file Interchange.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations