|
HTMLPurifier 4.4.0
|
XHTML 1.1 Image Module provides basic image embedding. More...
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 = 'Image' | |
| Short unique string identifier of the module. | |
XHTML 1.1 Image Module provides basic image embedding.
| HTMLPurifier_HTMLModule_Image::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 13 of file Image.php.
References $config, and HTMLPurifier_HTMLModule::addElement().
| HTMLPurifier_HTMLModule_Image::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 12734 of file HTMLPurifier.standalone.php.
References $config, and HTMLPurifier_HTMLModule::addElement().
| HTMLPurifier_HTMLModule_Image::$name = 'Image' |
Short unique string identifier of the module.
Reimplemented from HTMLPurifier_HTMLModule.