HTMLPurifier 4.4.0
HTMLPurifier_HTMLModule_List Class Reference

XHTML 1.1 List Module, defines list-oriented elements. More...

Inheritance diagram for HTMLPurifier_HTMLModule_List:
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 = 'List'
 Short unique string identifier of the module.
 $content_sets = array('Flow' => 'List')
 Associative array of content set names to content set additions.

Detailed Description

XHTML 1.1 List Module, defines list-oriented elements.

Core Module.

Definition at line 6 of file List.php.


Member Function Documentation

HTMLPurifier_HTMLModule_List::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 22 of file List.php.

References HTMLPurifier_HTMLModule::addElement().

HTMLPurifier_HTMLModule_List::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 12944 of file HTMLPurifier.standalone.php.

References HTMLPurifier_HTMLModule::addElement().


Member Data Documentation

HTMLPurifier_HTMLModule_List::$content_sets = array('Flow' => 'List')

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.

Definition at line 20 of file List.php.

HTMLPurifier_HTMLModule_List::$name = 'List'

Short unique string identifier of the module.

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 9 of file List.php.


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