Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
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. | |
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[]
HTMLPurifier_ConfigSchema_Interchange_Directive::$allowed |
Lookup table of allowed scalar values.
e.g. array('allowed' => true). Null if all values are allowed. @type array
HTMLPurifier_ConfigSchema_Interchange_Directive::$default |
Default value, e.g.
3 or 'DefaultVal'. @type mixed
HTMLPurifier_ConfigSchema_Interchange_Directive::$deprecatedUse |
ID of directive that supercedes this old directive.
Null if not deprecated. @type HTMLPurifier_ConfigSchema_Interchange_Id
HTMLPurifier_ConfigSchema_Interchange_Directive::$deprecatedVersion |
Version of HTML Purifier this directive was deprecated.
Null if not deprecated. @type string
HTMLPurifier_ConfigSchema_Interchange_Directive::$description |
HTML description.
@type string
HTMLPurifier_ConfigSchema_Interchange_Directive::$external = array() |
List of external projects this directive depends on, e.g.
array('CSSTidy'). @type array
HTMLPurifier_ConfigSchema_Interchange_Directive::$id |
ID of directive.
HTMLPurifier_ConfigSchema_Interchange_Directive::$type |
Type, e.g.
'integer' or 'istring'. @type string
HTMLPurifier_ConfigSchema_Interchange_Directive::$typeAllowsNull = false |
Whether or not null is allowed as a value.
@type bool
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
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