39 abstract protected function doSetup($config);
Super-class for definition datatype objects, implements serialization functions for the class.
$type
What type of definition is it? @type string.
$optimized
If true, write out the final definition object to the cache after setup.
$setup
Has setup() been called yet? @type bool.
setup($config)
Setup function that aborts if already setup.
doSetup($config)
Sets up the definition object into the final form, something not done by the constructor.