HTMLPurifier 4.4.0
HTMLPurifier_HTMLModule_SafeObject Class Reference

A "safe" object module. More...

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

Detailed Description

A "safe" object module.

In theory, objects permitted by this module will be safe, and untrusted users can be allowed to embed arbitrary flash objects (maybe other types too, but only Flash is supported as of right now). Highly experimental.

Definition at line 9 of file SafeObject.php.


Member Function Documentation

HTMLPurifier_HTMLModule_SafeObject::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 14 of file SafeObject.php.

References $config, and HTMLPurifier_HTMLModule::addElement().

HTMLPurifier_HTMLModule_SafeObject::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 13219 of file HTMLPurifier.standalone.php.

References $config, and HTMLPurifier_HTMLModule::addElement().


Member Data Documentation

HTMLPurifier_HTMLModule_SafeObject::$name = 'SafeObject'

Short unique string identifier of the module.

Reimplemented from HTMLPurifier_HTMLModule.

Definition at line 12 of file SafeObject.php.


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