Öffentliche Methoden | |
setup ($config) | |
Datenfelder | |
$setup = false | |
$optimized = null | |
$type | |
Geschützte Methoden | |
doSetup ($config) | |
Super-class for definition datatype objects, implements serialization functions for the class.
Definiert in Zeile 7 der Datei Definition.php.
|
abstractprotected |
Sets up the definition object into the final form, something not done by the constructor
HTMLPurifier_Config | $config |
Wird benutzt von setup().
setup | ( | $config) |
Setup function that aborts if already setup
HTMLPurifier_Config | $config |
Definiert in Zeile 45 der Datei Definition.php.
Benutzt doSetup().
$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
Definiert in Zeile 26 der Datei Definition.php.
$setup = false |
Has setup() been called yet? bool
Definiert in Zeile 14 der Datei Definition.php.
$type |
What type of definition is it? string
Definiert in Zeile 32 der Datei Definition.php.