include/HTMLPurifier/standalone/HTMLPurifier/ConfigSchema/Interchange.php

Show: inherited
Table of Contents

\HTMLPurifier_ConfigSchema_Interchange

Package: SugarCRM

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

Properties

Propertypublic  $directives= 'array()'

Array of Directive ID => array(directive info)

Default valuearray()Details
Type
n/a
Propertypublic  $name= ''

Name of the application this schema is describing.

Details
Type
n/a

Methods

methodpublicaddDirective(  $directive ) : void

Adds a directive array to $directives

Parameters
Name Type Description
$directive
methodpublicvalidate( ) : void

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

Documentation was generated by DocBlox 0.18.1.