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

Public Member Functions

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

Protected Attributes

 $attr
 
 $css
 

Detailed Description

Pre-transform that changes deprecated hspace and vspace attributes to CSS

Constructor & Destructor Documentation

◆ __construct()

__construct (   $attr)
Parameters
string$attr

Member Function Documentation

◆ transform()

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

Reimplemented from HTMLPurifier_AttrTransform.

Here is the call graph for this function:

Field Documentation

◆ $attr

$attr
protected

@type string

◆ $css

$css
protected
Initial value:
= array(
'hspace' => array('left', 'right'),
'vspace' => array('top', 'bottom')
)

@type array


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