XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe HTMLPurifier_ConfigSchema_Interchange_Directive

Champs de données

 $id
 
 $type
 
 $default
 
 $description
 
 $typeAllowsNull = false
 
 $allowed
 
 $aliases = array()
 
 $valueAliases
 
 $version
 
 $deprecatedUse
 
 $deprecatedVersion
 
 $external = array()
 

Description détaillée

Interchange component class describing configuration directives.

Documentation des champs

◆ $aliases

$aliases = array()

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

◆ $allowed

$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

$deprecatedUse

ID of directive that supercedes this old directive. Null if not deprecated. @type HTMLPurifier_ConfigSchema_Interchange_Id

◆ $deprecatedVersion

$deprecatedVersion

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

◆ $description

$description

HTML description. @type string

◆ $external

$external = array()

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

◆ $id

$id

◆ $type

$type

Type, e.g. 'integer' or 'istring'. @type string

◆ $typeAllowsNull

$typeAllowsNull = false

Whether or not null is allowed as a value. @type bool

◆ $valueAliases

$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


La documentation de cette classe a été générée à partir du fichier suivant :