Class HTMLPurifier_ConfigSchema_Interchange_Directive

Description

Interchange component class describing configuration directives.

Located in /lib/core/Parsers/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange/Directive.php (line 6)


	
			
Variable Summary
mixed $aliases
mixed $allowed
mixed $default
mixed $description
mixed $external
mixed $id
mixed $type
mixed $version
Variables
mixed $aliases = array() (line 44)

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

  • access: public
mixed $allowed (line 38)

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

Null if all values are allowed.

  • access: public
mixed $default (line 22)

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

  • access: public
mixed $deprecatedUse (line 62)

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

  • access: public
mixed $deprecatedVersion (line 68)

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

  • access: public
mixed $description (line 27)

HTML description.

  • access: public
mixed $external = array() (line 73)

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

  • access: public
mixed $id (line 12)

ID of directive, instance of HTMLPurifier_ConfigSchema_Interchange_Id.

  • access: public
mixed $type (line 17)

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

  • access: public
mixed $typeAllowsNull = false (line 32)

Boolean whether or not null is allowed as a value.

  • access: public
mixed $valueAliases (line 50)

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

  • access: public
mixed $version (line 56)

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

Null if the directive has always existed.

  • access: public

Documentation generated on Sun, 06 Mar 2011 00:23:47 -0500 by phpDocumentor 1.4.3