|
| setup ($config) |
| Setup function that aborts if already setup.
|
|
|
| $info = [] |
| Assoc array of attribute name to definition object.
|
|
| $optimized = null |
| If true, write out the final definition object to the cache after setup.
|
|
| $setup = false |
| Has setup() been called yet? @type bool.
|
|
| $type = 'CSS' |
|
◆ doSetup()
HTMLPurifier_CSSDefinition::doSetup |
( |
| $config | ) |
|
|
protected |
◆ doSetupProprietary()
HTMLPurifier_CSSDefinition::doSetupProprietary |
( |
| $config | ) |
|
|
protected |
◆ doSetupTricky()
HTMLPurifier_CSSDefinition::doSetupTricky |
( |
| $config | ) |
|
|
protected |
◆ doSetupTrusted()
HTMLPurifier_CSSDefinition::doSetupTrusted |
( |
| $config | ) |
|
|
protected |
◆ setup()
HTMLPurifier_Definition::setup |
( |
| $config | ) |
|
|
inherited |
Setup function that aborts if already setup.
- Parameters
-
◆ setupConfigStuff()
HTMLPurifier_CSSDefinition::setupConfigStuff |
( |
| $config | ) |
|
|
protected |
Performs extra config-based processing.
Based off of HTMLPurifier_HTMLDefinition.
- Parameters
-
- Todo
- Refactor duplicate elements into common class (probably using composition, not inheritance).
◆ $info
HTMLPurifier_CSSDefinition::$info = [] |
◆ $optimized
HTMLPurifier_Definition::$optimized = null |
|
inherited |
If true, write out the final definition object to the cache after setup.
This will be true only if all invocations to get a raw definition object are also optimized. This does not cause file system thrashing because on subsequent calls the cached object is used and any writes to the raw definition object are short circuited. See enduser-customize.html for the high-level picture. @type bool
The documentation for this class was generated from the following file:
- lib/htmlpurifier/HTMLPurifier/CSSDefinition.php