ILIAS
Release_4_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? | |
$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().
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().
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.