HTMLPurifier 4.4.0
HTMLPurifier_HTMLModule_TargetBlank Class Reference

Module adds the target=blank attribute transformation to a tags. More...

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

Detailed Description

Module adds the target=blank attribute transformation to a tags.

It is enabled by HTML.TargetBlank

Definition at line 7 of file TargetBlank.php.


Member Function Documentation

HTMLPurifier_HTMLModule_TargetBlank::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 12 of file TargetBlank.php.

References HTMLPurifier_HTMLModule::addBlankElement().

HTMLPurifier_HTMLModule_TargetBlank::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 13444 of file HTMLPurifier.standalone.php.

References HTMLPurifier_HTMLModule::addBlankElement().


Member Data Documentation

HTMLPurifier_HTMLModule_TargetBlank::$name = 'TargetBlank'

Short unique string identifier of the module.

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 10 of file TargetBlank.php.


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