Public Member Functions | ||||
| __construct ($min=null, $max=null) | ||||
| ||||
| validate ($string, $config, $context) | ||||
| __construct ($min=null, $max=null) | ||||
| ||||
| validate ($string, $config, $context) | ||||
Protected Attributes | ||||
| $min | ||||
| $max | ||||
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_Length::make().
| 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 8216 of file HTMLPurifier.standalone.php.
References HTMLPurifier_Length::make().
| HTMLPurifier_AttrDef_CSS_Length::validate | ( | $ | string, | |
| $ | config, | |||
| $ | context | |||
| ) |
| HTMLPurifier_AttrDef_CSS_Length::validate | ( | $ | string, | |
| $ | config, | |||
| $ | context | |||
| ) |
Definition at line 8221 of file HTMLPurifier.standalone.php.
References HTMLPurifier_Length::make().
HTMLPurifier_AttrDef_CSS_Length::$min [protected] |
HTMLPurifier_AttrDef_CSS_Length::$max [protected] |
1.5.3