HumHub Documentation (unofficial)

HTMLPurifier_ConfigSchema_Interchange
in package

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

Table of Contents

Properties

$directives  : mixed
Array of Directive ID => array(directive info)
$name  : mixed
Name of the application this schema is describing.

Methods

addDirective()  : mixed
Adds a directive array to $directives
validate()  : mixed
Convenience function to perform standard validation. Throws exception on failed validation.

Properties

$directives

Array of Directive ID => array(directive info)

public mixed $directives = array()
Tags
type

HTMLPurifier_ConfigSchema_Interchange_Directive[]

$name

Name of the application this schema is describing.

public mixed $name
Tags
type

string

Methods

validate()

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

public validate() : mixed

        
On this page

Search results