|
ILIAS
Release_4_0_x_branch Revision 61816
|
Defines allowed CSS attributes and what their values are. More...
Inheritance diagram for HTMLPurifier_CSSDefinition:
Collaboration diagram for HTMLPurifier_CSSDefinition:Data Fields | |
| $type = 'CSS' | |
| $info = array() | |
| Assoc array of attribute name to definition object. | |
Data Fields inherited from HTMLPurifier_Definition | |
| $setup = false | |
| Has setup() been called yet? | |
| $type | |
| What type of definition is it? | |
Protected Member Functions | |
| doSetup ($config) | |
| Constructs the info array. | |
| doSetupProprietary ($config) | |
| doSetupTricky ($config) | |
| setupConfigStuff ($config) | |
| Performs extra config-based processing. | |
Additional Inherited Members | |
Public Member Functions inherited from HTMLPurifier_Definition | |
| setup ($config) | |
| Setup function that aborts if already setup. | |
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.
Reimplemented from HTMLPurifier_Definition.
Definition at line 20 of file CSSDefinition.php.
References $config, doSetupProprietary(), doSetupTricky(), and setupConfigStuff().
Here is the call graph for this function:
|
protected |
Definition at line 231 of file CSSDefinition.php.
Referenced by doSetup().
Here is the caller graph for this function:
|
protected |
Definition at line 250 of file CSSDefinition.php.
Referenced by doSetup().
Here is the caller graph for this function:
|
protected |
Performs extra config-based processing.
Based off of HTMLPurifier_HTMLDefinition.
Definition at line 270 of file CSSDefinition.php.
References $config, $d, and $name.
Referenced by doSetup().
Here is the caller graph for this function:| HTMLPurifier_CSSDefinition::$info = array() |
Assoc array of attribute name to definition object.
Definition at line 15 of file CSSDefinition.php.
| HTMLPurifier_CSSDefinition::$type = 'CSS' |
Definition at line 10 of file CSSDefinition.php.