Moodle  2.2.1
http://www.collinsharper.com
HTMLPurifier_HTMLModule_Image Class Reference
Inheritance diagram for HTMLPurifier_HTMLModule_Image:
Collaboration diagram for HTMLPurifier_HTMLModule_Image:

Public Member Functions

 setup ($config)

Data Fields

 $name = 'Image'

Detailed Description

XHTML 1.1 Image Module provides basic image embedding.

Note:
There is specialized code for removing empty images in HTMLPurifier_Strategy_RemoveForeignElements

Definition at line 8 of file Image.php.


Member Function Documentation

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.

Parameters:
$configInstance of HTMLPurifier_Config

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 13 of file Image.php.

Here is the call graph for this function:


Field Documentation

$name = 'Image'

Short unique string identifier of the module

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 11 of file Image.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations