include/HTMLPurifier/standalone/HTMLPurifier/ConfigSchema/Interchange/Directive.php
\HTMLPurifier_ConfigSchema_Interchange_Directive
Package: SugarCRM
Details
Interchange component class describing configuration directives.
Properties
$aliases= 'array()'
List of aliases for the directive, e.g. array(new HTMLPurifier_ConfigSchema_Interchange_Id('Ns', 'Dir'))).
Default value
array()
Details- Type
- n/a
$allowed= ''
Lookup table of allowed scalar values, e.g. array('allowed' => true).
Null if all values are allowed.
- Type
- n/a
$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
$deprecatedVersion= ''
Version of HTML Purifier this directive was deprecated. Null if not deprecated.
Details
- Type
- n/a
$external= 'array()'
List of external projects this directive depends on, e.g. array('CSSTidy').
Default value
array()
Details- Type
- n/a
$typeAllowsNull= 'false'
Boolean whether or not null is allowed as a value.
Default value
false
Details- Type
- n/a
$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