| ILIAS
    release_5-4 Revision v5.4.26-12-gabc799a52e6
    | 
Defines allowed CSS attributes and what their values are. More...
 Inheritance diagram for HTMLPurifier_CSSDefinition:
 Inheritance diagram for HTMLPurifier_CSSDefinition: Collaboration diagram for HTMLPurifier_CSSDefinition:
 Collaboration diagram for HTMLPurifier_CSSDefinition:| Data Fields | |
| $type = 'CSS' | |
| $info = array() | |
| Assoc array of attribute name to definition object.  More... | |
|  Data Fields inherited from HTMLPurifier_Definition | |
| $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 | |
|  Public Member Functions inherited from HTMLPurifier_Definition | |
| 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, $config, doSetupProprietary(), doSetupTricky(), doSetupTrusted(), info(), and setupConfigStuff().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
| HTMLPurifier_Config | $config | 
Definition at line 389 of file CSSDefinition.php.
References info().
Referenced by doSetup().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
| HTMLPurifier_Config | $config | 
Definition at line 437 of file CSSDefinition.php.
References info().
Referenced by doSetup().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
| HTMLPurifier_Config | $config | 
Definition at line 471 of file CSSDefinition.php.
References info().
Referenced by doSetup().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Performs extra config-based processing.
Based off of HTMLPurifier_HTMLDefinition.
| HTMLPurifier_Config | $config | 
Definition at line 501 of file CSSDefinition.php.
References $config, $d, $name, and info().
Referenced by doSetup().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 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.