|
| | $minimized = false |
| | Tells us whether or not an HTML attribute is minimized. More...
|
| |
| | $required = false |
| | Tells us whether or not an HTML attribute is required. More...
|
| |
| | mungeRgb ($string) |
| | Removes spaces from rgb(0, 0, 0) so that shorthand CSS properties work properly. More...
|
| |
| | expandCSSEscape ($string) |
| | Parses a possibly escaped CSS string and returns the "pure" version of it. More...
|
| |
| | $non_negative = false |
| | Indicates whether or not only positive values are allowed. More...
|
| |
Definition at line 3 of file AlphaValue.php.
◆ __construct()
| HTMLPurifier_AttrDef_CSS_AlphaValue::__construct |
( |
| ) |
|
Definition at line 6 of file AlphaValue.php.
7 {
8 parent::__construct(false);
9 }
◆ validate()
| HTMLPurifier_AttrDef_CSS_AlphaValue::validate |
( |
|
$number, |
|
|
|
$config, |
|
|
|
$context |
|
) |
| |
The documentation for this class was generated from the following file:
- libs/composer/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/AlphaValue.php