ILIAS
Release_5_0_x_branch Revision 61816
|
Super-class for definition datatype objects, implements serialization functions for the class. More...
Public Member Functions | |
setup ($config) | |
Setup function that aborts if already setup. |
Data Fields | |
$setup = false | |
Has setup() been called yet? bool. | |
$optimized = null | |
If true, write out the final definition object to the cache after setup. | |
$type | |
What type of definition is it? string. |
Protected Member Functions | |
doSetup ($config) | |
Sets up the definition object into the final form, something not done by the constructor. |
Super-class for definition datatype objects, implements serialization functions for the class.
Definition at line 7 of file Definition.php.
|
abstractprotected |
Sets up the definition object into the final form, something not done by the constructor.
HTMLPurifier_Config | $config |
Reimplemented in HTMLPurifier_HTMLDefinition, HTMLPurifier_URIDefinition, and HTMLPurifier_CSSDefinition.
Referenced by setup().
HTMLPurifier_Definition::setup | ( | $config | ) |
Setup function that aborts if already setup.
HTMLPurifier_Config | $config |
Definition at line 45 of file Definition.php.
References doSetup().
HTMLPurifier_Definition::$optimized = null |
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. bool
Definition at line 26 of file Definition.php.
HTMLPurifier_Definition::$setup = false |
Has setup() been called yet? bool.
Definition at line 14 of file Definition.php.
HTMLPurifier_Definition::$type |
What type of definition is it? string.
Definition at line 32 of file Definition.php.