ILIAS
Release_4_0_x_branch Revision 61816
|
Represents a Length as defined by CSS. More...
Public Member Functions | |
__construct ($min=null, $max=null) | |
validate ($string, $config, $context) | |
Validates and cleans passed string according to a definition. | |
Public Member Functions inherited from HTMLPurifier_AttrDef | |
parseCDATA ($string) | |
Convenience method that parses a string as if it were CDATA. | |
make ($string) | |
Factory method for creating this class from a string. |
Data Fields | |
$max | |
Data Fields inherited from HTMLPurifier_AttrDef | |
$minimized = false | |
Tells us whether or not an HTML attribute is minimized. | |
$required = false | |
Tells us whether or not an HTML attribute is required. |
Protected Attributes | |
$min |
Additional Inherited Members | |
Protected Member Functions inherited from HTMLPurifier_AttrDef | |
mungeRgb ($string) | |
Removes spaces from rgb(0, 0, 0) so that shorthand CSS properties work properly. |
Represents a Length as defined by CSS.
Definition at line 6 of file Length.php.
HTMLPurifier_AttrDef_CSS_Length::__construct | ( | $min = null , |
|
$max = null |
|||
) |
HTMLPurifier_Length | $max | Minimum length, or null for no bound. String is also acceptable. |
HTMLPurifier_Length | $max | Maximum length, or null for no bound. String is also acceptable. |
Definition at line 15 of file Length.php.
References $max, $min, and HTMLPurifier_AttrDef\make().
HTMLPurifier_AttrDef_CSS_Length::validate | ( | $string, | |
$config, | |||
$context | |||
) |
Validates and cleans passed string according to a definition.
$string | String to be validated and cleaned. |
$config | Mandatory HTMLPurifier_Config object. |
$context | Mandatory HTMLPurifier_AttrContext object. |
Reimplemented from HTMLPurifier_AttrDef.
Definition at line 20 of file Length.php.
References HTMLPurifier_AttrDef\make(), and HTMLPurifier_AttrDef\parseCDATA().
HTMLPurifier_AttrDef_CSS_Length::$max |
Definition at line 9 of file Length.php.
Referenced by __construct().
|
protected |
Definition at line 9 of file Length.php.
Referenced by __construct().