|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($attr) | |
| transform ($attr, $config, $context) | |
Protected Attributes | |
| $attr | |
| $css | |
Pre-transform that changes deprecated hspace and vspace attributes to CSS
Definition at line 6 of file ImgSpace.php.
| __construct | ( | $ | attr | ) |
Definition at line 14 of file ImgSpace.php.
| transform | ( | $ | attr, |
| $ | config, | ||
| $ | context | ||
| ) |
Abstract: makes changes to the attributes dependent on multiple values.
| $attr | Assoc array of attributes, usually from HTMLPurifier_Token_Tag::$attr |
| $config | Mandatory HTMLPurifier_Config object. |
| $context | Mandatory HTMLPurifier_Context object |
Reimplemented from HTMLPurifier_AttrTransform.
Definition at line 21 of file ImgSpace.php.

$attr [protected] |
Definition at line 8 of file ImgSpace.php.
$css [protected] |
Definition at line 9 of file ImgSpace.php.