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

Public Member Functions

 setup ($config)

Data Fields

 $name = 'Bdo'
 $attr_collections

Detailed Description

XHTML 1.1 Bi-directional Text Module, defines elements that declare directionality of content. Text Extension Module.

Definition at line 7 of file Bdo.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 15 of file Bdo.php.

Here is the call graph for this function:


Field Documentation

$attr_collections
Initial value:
 array(
        'I18N' => array('dir' => false)
    )

Associative array of attribute collection names to attribute collection additions. More rarely used for adding attributes to the global collections. Example is the StyleAttribute module adding the style attribute to the Core. Corresponds to HTMLDefinition's attr_collections->info, since the object's data is only info, with extra behavior associated with it.

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 11 of file Bdo.php.

$name = 'Bdo'

Short unique string identifier of the module

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 10 of file Bdo.php.


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