API - XOOPS 2.5.11 Beta 2
By monxoops.fr
HTMLPurifier_AttrTransform_SafeParam Class Reference
Inheritance diagram for HTMLPurifier_AttrTransform_SafeParam:
Collaboration diagram for HTMLPurifier_AttrTransform_SafeParam:

Public Member Functions

 __construct ()
 
 transform ($attr, $config, $context)
 
- Public Member Functions inherited from HTMLPurifier_AttrTransform
 transform ($attr, $config, $context)
 
 prependCSS (&$attr, $css)
 
 confiscateAttr (&$attr, $key)
 

Data Fields

 $name = "SafeParam"
 

Detailed Description

Validates name/value pairs in param tags to be used in safe objects. This will only allow name values it recognizes, and pre-fill certain attributes with required values.

Note
This class only supports Flash. In the future, Quicktime support may be added.
Warning
This class expects an injector to add the necessary parameters tags.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Member Function Documentation

◆ transform()

transform (   $attr,
  $config,
  $context 
)
Parameters
array$attr
HTMLPurifier_Config$config
HTMLPurifier_Context$context
Returns
array

Reimplemented from HTMLPurifier_AttrTransform.

Field Documentation

◆ $name

$name = "SafeParam"

@type string


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