\HTMLPurifier_CSSDefinition

Defines allowed CSS attributes and what their values are.

Summary

Methods
Properties
Constants
setup()
$setup
$optimized
$type
$info
No constants found
doSetup()
doSetupProprietary()
doSetupTricky()
doSetupTrusted()
setupConfigStuff()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$setup

$setup : 

Has setup() been called yet?

Type

$optimized

$optimized : 

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

$type

$type : 

What type of definition is it?

Type

$info

$info : 

Assoc array of attribute name to definition object.

Type

Methods

setup()

setup(\HTMLPurifier_Config  $config) 

Setup function that aborts if already setup

Parameters

\HTMLPurifier_Config $config

doSetup()

doSetup(\HTMLPurifier_Config  $config) 

Constructs the info array. The meat of this class.

Parameters

\HTMLPurifier_Config $config

doSetupProprietary()

doSetupProprietary(\HTMLPurifier_Config  $config) 

Parameters

\HTMLPurifier_Config $config

doSetupTricky()

doSetupTricky(\HTMLPurifier_Config  $config) 

Parameters

\HTMLPurifier_Config $config

doSetupTrusted()

doSetupTrusted(\HTMLPurifier_Config  $config) 

Parameters

\HTMLPurifier_Config $config

setupConfigStuff()

setupConfigStuff(\HTMLPurifier_Config  $config) 

Performs extra config-based processing. Based off of HTMLPurifier_HTMLDefinition.

Parameters

\HTMLPurifier_Config $config