API - XOOPS 2.5.11 Beta 2
By monxoops.fr
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.

Member Function Documentation

◆ addDirective()

addDirective (   $directive)

Adds a directive array to $directives

Parameters
HTMLPurifier_ConfigSchema_Interchange_Directive$directive
Exceptions
HTMLPurifier_ConfigSchema_Exception

◆ validate()

validate ( )

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

Field Documentation

◆ $directives

$directives = array()

Array of Directive ID => array(directive info) @type HTMLPurifier_ConfigSchema_Interchange_Directive[]

◆ $name

$name

Name of the application this schema is describing. @type string


The documentation for this class was generated from the following file: