
Public Member Functions | |
| setup ($config) | |
| Lazy load construction of the module after determining whether or not it's needed, and also when a finalized configuration object is available. | |
| setup ($config) | |
| Lazy load construction of the module after determining whether or not it's needed, and also when a finalized configuration object is available. | |
Public Attributes | |
| $name = 'Target' | |
| Short unique string identifier of the module. | |
Definition at line 6 of file Target.php.
| HTMLPurifier_HTMLModule_Target::setup | ( | $ | config | ) |
Lazy load construction of the module after determining whether or not it's needed, and also when a finalized configuration object is available.
| $config | Instance of HTMLPurifier_Config |
Reimplemented from HTMLPurifier_HTMLModule.
Definition at line 11 of file Target.php.
References HTMLPurifier_HTMLModule::$elements, $name, and HTMLPurifier_HTMLModule::addBlankElement().
| HTMLPurifier_HTMLModule_Target::setup | ( | $ | config | ) |
Lazy load construction of the module after determining whether or not it's needed, and also when a finalized configuration object is available.
| $config | Instance of HTMLPurifier_Config |
Reimplemented from HTMLPurifier_HTMLModule.
Definition at line 11134 of file HTMLPurifier.standalone.php.
| HTMLPurifier_HTMLModule_Target::$name = 'Target' |
Short unique string identifier of the module.
Reimplemented from HTMLPurifier_HTMLModule.
Definition at line 9 of file Target.php.
Referenced by setup().
1.5.3