HTMLPurifier 4.4.0
HTMLPurifier_HTMLModule_Presentation Class Reference

XHTML 1.1 Presentation Module, defines simple presentation-related markup. More...

Inheritance diagram for HTMLPurifier_HTMLModule_Presentation:
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 = 'Presentation'
 Short unique string identifier of the module.

Detailed Description

XHTML 1.1 Presentation Module, defines simple presentation-related markup.

Text Extension Module.

Note:
The official XML Schema and DTD specs further divide this into two modules:
  • Block Presentation (hr)
  • Inline Presentation (b, big, i, small, sub, sup, tt) We have chosen not to heed this distinction, as content_sets provides satisfactory disambiguation.

Definition at line 13 of file Presentation.php.


Member Function Documentation

HTMLPurifier_HTMLModule_Presentation::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 18 of file Presentation.php.

References HTMLPurifier_HTMLModule::addElement().

HTMLPurifier_HTMLModule_Presentation::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 13089 of file HTMLPurifier.standalone.php.

References HTMLPurifier_HTMLModule::addElement().


Member Data Documentation

HTMLPurifier_HTMLModule_Presentation::$name = 'Presentation'

Short unique string identifier of the module.

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 16 of file Presentation.php.


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