Public Member Functions | |
| __construct ($attr) | |
| transform ($attr, $config, $context) | |
| __construct ($attr) | |
| transform ($attr, $config, $context) | |
Protected Attributes | |
| $attr | |
| $css | |
Definition at line 6 of file ImgSpace.php.
| HTMLPurifier_AttrTransform_ImgSpace::__construct | ( | $ | attr | ) |
| HTMLPurifier_AttrTransform_ImgSpace::__construct | ( | $ | attr | ) |
Definition at line 9345 of file HTMLPurifier.standalone.php.
| HTMLPurifier_AttrTransform_ImgSpace::transform | ( | $ | attr, | |
| $ | config, | |||
| $ | context | |||
| ) |
| HTMLPurifier_AttrTransform_ImgSpace::transform | ( | $ | attr, | |
| $ | config, | |||
| $ | context | |||
| ) |
Definition at line 9352 of file HTMLPurifier.standalone.php.
HTMLPurifier_AttrTransform_ImgSpace::$attr [protected] |
HTMLPurifier_AttrTransform_ImgSpace::$css [protected] |
Initial value:
array(
'hspace' => array('left', 'right'),
'vspace' => array('top', 'bottom')
)
Definition at line 9 of file ImgSpace.php.
1.5.3