|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| setup ($config) | |
Data Fields | |
| $name = 'Text' | |
| $content_sets | |
XHTML 1.1 Text Module, defines basic text containers. Core Module.
| 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 23 of file Text.php.

| $content_sets |
array( 'Flow' => 'Heading | Block | Inline' )
Associative array of content set names to content set additions. This is commonly used to, say, add an A element to the Inline content set. This corresponds to an internal variable $content_sets and NOT info_content_sets member variable of HTMLDefinition.
Reimplemented from HTMLPurifier_HTMLModule.
| $name = 'Text' |
Short unique string identifier of the module
Reimplemented from HTMLPurifier_HTMLModule.