Public Member Functions | |
| setup ($config) | |
| Setup function that aborts if already setup. | |
| setup ($config) | |
| Setup function that aborts if already setup. | |
Public Attributes | |
| $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. | |
| doSetup ($config) | |
| Sets up the definition object into the final form, something not done by the constructor. | |
Definition at line 7 of file Definition.php.
| HTMLPurifier_Definition-p::doSetup | ( | $ | config | ) | [abstract, protected] |
Sets up the definition object into the final form, something not done by the constructor.
| $config | HTMLPurifier_Config instance |
| HTMLPurifier_Definition-p::setup | ( | $ | config | ) |
Setup function that aborts if already setup.
| $config | HTMLPurifier_Config instance |
Definition at line 31 of file Definition.php.
| HTMLPurifier_Definition-p::doSetup | ( | $ | config | ) | [abstract, protected] |
Sets up the definition object into the final form, something not done by the constructor.
| $config | HTMLPurifier_Config instance |
| HTMLPurifier_Definition-p::setup | ( | $ | config | ) |
Setup function that aborts if already setup.
| $config | HTMLPurifier_Config instance |
Definition at line 879 of file HTMLPurifier.standalone.php.
| HTMLPurifier_Definition-p::$setup = false |
| HTMLPurifier_Definition-p::$type |
1.5.3