Cheetah
Public Member Functions | Public Attributes | List of all members
HTMLPurifier_AttrTransform_SafeParam Class Reference
Inheritance diagram for HTMLPurifier_AttrTransform_SafeParam:
HTMLPurifier_AttrTransform

Public Member Functions

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

Public Attributes

 $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.

Definition at line 14279 of file HTMLPurifier.standalone.php.

Constructor & Destructor Documentation

◆ __construct()

HTMLPurifier_AttrTransform_SafeParam::__construct ( )

Definition at line 14291 of file HTMLPurifier.standalone.php.

Member Function Documentation

◆ transform()

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

Reimplemented from HTMLPurifier_AttrTransform.

Definition at line 14303 of file HTMLPurifier.standalone.php.

Member Data Documentation

◆ $name

HTMLPurifier_AttrTransform_SafeParam::$name = "SafeParam"

@type string

Definition at line 14284 of file HTMLPurifier.standalone.php.


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