HTMLPurifier 4.4.0
HTMLPurifier_HTMLModule_Name Class Reference
Inheritance diagram for HTMLPurifier_HTMLModule_Name:
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 = 'Name'
 Short unique string identifier of the module.

Detailed Description

Definition at line 3 of file Name.php.


Member Function Documentation

HTMLPurifier_HTMLModule_Name::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 8 of file Name.php.

References $config, HTMLPurifier_HTMLModule::$elements, $name, and HTMLPurifier_HTMLModule::addBlankElement().

HTMLPurifier_HTMLModule_Name::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 12974 of file HTMLPurifier.standalone.php.

References $config, HTMLPurifier_HTMLModule::$elements, $name, and HTMLPurifier_HTMLModule::addBlankElement().


Member Data Documentation

HTMLPurifier_HTMLModule_Name::$name = 'Name'

Short unique string identifier of the module.

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 6 of file Name.php.

Referenced by setup().


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