ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Defines allowed CSS attributes and what their values are. More...
Data Fields | |
$type = 'CSS' | |
$info = array() | |
Assoc array of attribute name to definition object. More... | |
![]() | |
$setup = false | |
Has setup() been called yet? @type bool. More... | |
$optimized = null | |
If true, write out the final definition object to the cache after setup. More... | |
$type | |
What type of definition is it? @type string. More... | |
Protected Member Functions | |
doSetup ($config) | |
Constructs the info array. More... | |
doSetupProprietary ($config) | |
doSetupTricky ($config) | |
doSetupTrusted ($config) | |
setupConfigStuff ($config) | |
Performs extra config-based processing. More... | |
doSetup ($config) | |
Sets up the definition object into the final form, something not done by the constructor. More... | |
Additional Inherited Members | |
![]() | |
setup ($config) | |
Setup function that aborts if already setup. More... | |
Defines allowed CSS attributes and what their values are.
Definition at line 7 of file CSSDefinition.php.
|
protected |
Constructs the info array.
The meat of this class.
HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_Definition.
Definition at line 22 of file CSSDefinition.php.
References $border_style, doSetupProprietary(), doSetupTricky(), doSetupTrusted(), and setupConfigStuff().
|
protected |
HTMLPurifier_Config | $config |
Definition at line 343 of file CSSDefinition.php.
Referenced by doSetup().
|
protected |
HTMLPurifier_Config | $config |
Definition at line 378 of file CSSDefinition.php.
Referenced by doSetup().
|
protected |
HTMLPurifier_Config | $config |
Definition at line 412 of file CSSDefinition.php.
Referenced by doSetup().
|
protected |
Performs extra config-based processing.
Based off of HTMLPurifier_HTMLDefinition.
HTMLPurifier_Config | $config |
Definition at line 442 of file CSSDefinition.php.
References $d.
Referenced by doSetup().
HTMLPurifier_CSSDefinition::$info = array() |
Assoc array of attribute name to definition object.
@type HTMLPurifier_AttrDef[]
Definition at line 16 of file CSSDefinition.php.
HTMLPurifier_CSSDefinition::$type = 'CSS' |
Definition at line 10 of file CSSDefinition.php.