Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
HTMLPurifier_ConfigSchema_Interchange_Directive Class Reference

Public Attributes

 $aliases = array()
 List of aliases for the directive.
 
 $allowed
 Lookup table of allowed scalar values.
 
 $default
 Default value, e.g.
 
 $deprecatedUse
 ID of directive that supercedes this old directive.
 
 $deprecatedVersion
 Version of HTML Purifier this directive was deprecated.
 
 $description
 HTML description.
 
 $external = array()
 List of external projects this directive depends on, e.g.
 
 $id
 ID of directive.
 
 $type
 Type, e.g.
 
 $typeAllowsNull = false
 Whether or not null is allowed as a value.
 
 $valueAliases
 Hash of value aliases, e.g.
 
 $version
 Version of HTML Purifier the directive was introduced, e.g.
 

Member Data Documentation

◆ $aliases

HTMLPurifier_ConfigSchema_Interchange_Directive::$aliases = array()

List of aliases for the directive.

e.g. array(new HTMLPurifier_ConfigSchema_Interchange_Id('Ns', 'Dir'))). @type HTMLPurifier_ConfigSchema_Interchange_Id[]

◆ $allowed

HTMLPurifier_ConfigSchema_Interchange_Directive::$allowed

Lookup table of allowed scalar values.

e.g. array('allowed' => true). Null if all values are allowed. @type array

◆ $default

HTMLPurifier_ConfigSchema_Interchange_Directive::$default

Default value, e.g.

3 or 'DefaultVal'. @type mixed

◆ $deprecatedUse

HTMLPurifier_ConfigSchema_Interchange_Directive::$deprecatedUse

ID of directive that supercedes this old directive.

Null if not deprecated. @type HTMLPurifier_ConfigSchema_Interchange_Id

◆ $deprecatedVersion

HTMLPurifier_ConfigSchema_Interchange_Directive::$deprecatedVersion

Version of HTML Purifier this directive was deprecated.

Null if not deprecated. @type string

◆ $description

HTMLPurifier_ConfigSchema_Interchange_Directive::$description

HTML description.

@type string

◆ $external

HTMLPurifier_ConfigSchema_Interchange_Directive::$external = array()

List of external projects this directive depends on, e.g.

array('CSSTidy'). @type array

◆ $id

HTMLPurifier_ConfigSchema_Interchange_Directive::$id

◆ $type

HTMLPurifier_ConfigSchema_Interchange_Directive::$type

Type, e.g.

'integer' or 'istring'. @type string

◆ $typeAllowsNull

HTMLPurifier_ConfigSchema_Interchange_Directive::$typeAllowsNull = false

Whether or not null is allowed as a value.

@type bool

◆ $valueAliases

HTMLPurifier_ConfigSchema_Interchange_Directive::$valueAliases

Hash of value aliases, e.g.

array('alt' => 'real'). Null if value aliasing is disabled (necessary for non-scalar types). @type array

◆ $version

HTMLPurifier_ConfigSchema_Interchange_Directive::$version

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

'1.3.1'. Null if the directive has always existed. @type string


The documentation for this class was generated from the following file: