API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Data Fields | |
$id | |
$type | |
$default | |
$description | |
$typeAllowsNull = false | |
$allowed | |
$aliases = array() | |
$valueAliases | |
$version | |
$deprecatedUse | |
$deprecatedVersion | |
$external = array() | |
Interchange component class describing configuration directives.
$aliases = array() |
List of aliases for the directive. e.g. array(new HTMLPurifier_ConfigSchema_Interchange_Id('Ns', 'Dir'))). @type HTMLPurifier_ConfigSchema_Interchange_Id[]
$allowed |
Lookup table of allowed scalar values. e.g. array('allowed' => true). Null if all values are allowed. @type array
$default |
Default value, e.g. 3 or 'DefaultVal'. @type mixed
$deprecatedUse |
ID of directive that supercedes this old directive. Null if not deprecated. @type HTMLPurifier_ConfigSchema_Interchange_Id
$deprecatedVersion |
Version of HTML Purifier this directive was deprecated. Null if not deprecated. @type string
$description |
HTML description. @type string
$external = array() |
List of external projects this directive depends on, e.g. array('CSSTidy'). @type array
$id |
ID of directive. @type HTMLPurifier_ConfigSchema_Interchange_Id
$type |
Type, e.g. 'integer' or 'istring'. @type string
$typeAllowsNull = false |
Whether or not null is allowed as a value. @type bool
$valueAliases |
Hash of value aliases, e.g. array('alt' => 'real'). Null if value aliasing is disabled (necessary for non-scalar types). @type array
$version |
Version of HTML Purifier the directive was introduced, e.g. '1.3.1'. Null if the directive has always existed. @type string