HTMLPurifier 4.4.0
HTMLPurifier_HTMLModule_Tables Class Reference

XHTML 1.1 Tables Module, fully defines accessible table elements. More...

Inheritance diagram for HTMLPurifier_HTMLModule_Tables:
HTMLPurifier_HTMLModule HTMLPurifier_HTMLModule

List of all members.

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 = 'Tables'
 Short unique string identifier of the module.

Detailed Description

XHTML 1.1 Tables Module, fully defines accessible table elements.

Definition at line 6 of file Tables.php.


Member Function Documentation

HTMLPurifier_HTMLModule_Tables::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 11 of file Tables.php.

References HTMLPurifier_HTMLModule::addElement().

HTMLPurifier_HTMLModule_Tables::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 13349 of file HTMLPurifier.standalone.php.

References HTMLPurifier_HTMLModule::addElement().


Member Data Documentation

HTMLPurifier_HTMLModule_Tables::$name = 'Tables'

Short unique string identifier of the module.

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 9 of file Tables.php.


The documentation for this class was generated from the following files: