|
ILIAS
Release_4_0_x_branch Revision 61816
|
Super-class for definition datatype objects, implements serialization functions for the class. More...
Inheritance diagram for HTMLPurifier_Definition:
Collaboration diagram for HTMLPurifier_Definition:Public Member Functions | |
| setup ($config) | |
| Setup function that aborts if already setup. | |
Data Fields | |
| $setup = false | |
| Has setup() been called yet? | |
| $type | |
| What type of definition is it? | |
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.
| $config | HTMLPurifier_Config instance |
Reimplemented in HTMLPurifier_HTMLDefinition, HTMLPurifier_URIDefinition, and HTMLPurifier_CSSDefinition.
Referenced by setup().
Here is the caller graph for this function:| HTMLPurifier_Definition::setup | ( | $config | ) |
Setup function that aborts if already setup.
| $config | HTMLPurifier_Config instance |
Definition at line 31 of file Definition.php.
References $config, and doSetup().
Here is the call graph for this function:| HTMLPurifier_Definition::$setup = false |
Has setup() been called yet?
Definition at line 13 of file Definition.php.
| HTMLPurifier_Definition::$type |
What type of definition is it?
Definition at line 18 of file Definition.php.