|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Pre-transform that changes deprecated hspace and vspace attributes to CSS. More...
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) | |
| Abstract: makes changes to the attributes dependent on multiple values. More... | |
| prependCSS (&$attr, $css) | |
| Prepends CSS properties to the style attribute, creating the attribute if it doesn't exist. More... | |
| confiscateAttr (&$attr, $key) | |
| Retrieves and removes an attribute. More... | |
Protected Attributes | |
| $attr | |
| @type string More... | |
| $css | |
| @type array More... | |
Pre-transform that changes deprecated hspace and vspace attributes to CSS.
Definition at line 6 of file ImgSpace.php.
| HTMLPurifier_AttrTransform_ImgSpace::__construct | ( | $attr | ) |
| string | $attr |
Definition at line 24 of file ImgSpace.php.
References $attr.
| HTMLPurifier_AttrTransform_ImgSpace::transform | ( | $attr, | |
| $config, | |||
| $context | |||
| ) |
| array | $attr | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_AttrTransform.
Definition at line 38 of file ImgSpace.php.
References $attr, $style, HTMLPurifier_AttrTransform\confiscateAttr(), and HTMLPurifier_AttrTransform\prependCSS().
Here is the call graph for this function:
|
protected |
@type string
Definition at line 11 of file ImgSpace.php.
Referenced by __construct(), and transform().
|
protected |
@type array
Definition at line 16 of file ImgSpace.php.