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

Show: inherited
Table of Contents

\HTMLPurifier_ConfigSchema_Interchange_Directive

Package: SugarCRM

Interchange component class describing configuration directives.

Properties

Propertypublic  $aliases= 'array()'

List of aliases for the directive, e.g. array(new HTMLPurifier_ConfigSchema_Interchange_Id('Ns', 'Dir'))).

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

Lookup table of allowed scalar values, e.g. array('allowed' => true).

Null if all values are allowed.

Details
Type
n/a
Propertypublic  $default= ''

Default value, e.g. 3 or 'DefaultVal'.

Details
Type
n/a
Propertypublic  $deprecatedUse= ''

ID of directive that supercedes this old directive, is an instance of HTMLPurifier_ConfigSchema_Interchange_Id. Null if not deprecated.

Details
Type
n/a
Propertypublic  $deprecatedVersion= ''

Version of HTML Purifier this directive was deprecated. Null if not deprecated.

Details
Type
n/a
Propertypublic  $description= ''

HTML description.

Details
Type
n/a
Propertypublic  $external= 'array()'

List of external projects this directive depends on, e.g. array('CSSTidy').

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

ID of directive, instance of HTMLPurifier_ConfigSchema_Interchange_Id.

Details
Type
n/a
Propertypublic  $type= ''

String type, e.g. 'integer' or 'istring'.

Details
Type
n/a
Propertypublic  $typeAllowsNull= 'false'

Boolean whether or not null is allowed as a value.

Default valuefalseDetails
Type
n/a
Propertypublic  $valueAliases= ''

Hash of value aliases, e.g. array('alt' => 'real'). Null if value aliasing is disabled (necessary for non-scalar types).

Details
Type
n/a
Propertypublic  $version= ''

Version of HTML Purifier the directive was introduced, e.g. '1.3.1'.

Null if the directive has always existed.

Details
Type
n/a
Documentation was generated by DocBlox 0.18.1.