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


Public Member Functions | |
| __construct ($name, $css_name=null) | |
| transform ($attr, $config, $context) | |
Protected Attributes | |
| $name | |
| $cssName | |
Class for handling width/height length attribute transformations to CSS
Definition at line 6 of file Length.php.
| __construct | ( | $ | name, |
| $ | css_name = null |
||
| ) |
Definition at line 12 of file Length.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 17 of file Length.php.

$cssName [protected] |
Definition at line 10 of file Length.php.
$name [protected] |
Definition at line 9 of file Length.php.