|
Cheetah
|
Public Attributes | |
| $type = 'CSS' | |
| $info = array() | |
Public Attributes inherited from HTMLPurifier_Definition | |
| $setup = false | |
| $optimized = null | |
| $type | |
Protected Member Functions | |
| doSetup ($config) | |
| doSetupProprietary ($config) | |
| doSetupTricky ($config) | |
| doSetupTrusted ($config) | |
| setupConfigStuff ($config) | |
Additional Inherited Members | |
Public Member Functions inherited from HTMLPurifier_Definition | |
| setup ($config) | |
Defines allowed CSS attributes and what their values are.
Definition at line 1209 of file HTMLPurifier.standalone.php.
|
protected |
Constructs the info array. The meat of this class.
| HTMLPurifier_Config | $config |
Reimplemented from HTMLPurifier_Definition.
Definition at line 1224 of file HTMLPurifier.standalone.php.
|
protected |
| HTMLPurifier_Config | $config |
Definition at line 1591 of file HTMLPurifier.standalone.php.
|
protected |
| HTMLPurifier_Config | $config |
Definition at line 1639 of file HTMLPurifier.standalone.php.
|
protected |
| HTMLPurifier_Config | $config |
Definition at line 1673 of file HTMLPurifier.standalone.php.
|
protected |
Performs extra config-based processing. Based off of HTMLPurifier_HTMLDefinition.
| HTMLPurifier_Config | $config |
Definition at line 1703 of file HTMLPurifier.standalone.php.
| HTMLPurifier_CSSDefinition::$info = array() |
Assoc array of attribute name to definition object. @type HTMLPurifier_AttrDef[]
Definition at line 1218 of file HTMLPurifier.standalone.php.
| HTMLPurifier_CSSDefinition::$type = 'CSS' |
Definition at line 1212 of file HTMLPurifier.standalone.php.