Public Member Functions | |
__construct ($property, $value, $isImportant=false, $isLast=false) | |
__toString () |
Public Attributes | |
$IsImportant = false | |
$IsLast = false | |
$Property = "" | |
$Value = "" |
Definition at line 327 of file cssmin.php.
aCssDeclarationToken::__construct | ( | $property, | |
$value, | |||
$isImportant = false , |
|||
$isLast = false |
|||
) |
Set the properties of the -face declaration.
string | $property | Property of the declaration |
string | $value | Value of the declaration |
boolean | $isImportant | Is the !important flag is set? |
boolean | $IsLast | Is the declaration the last one of the block? |
Definition at line 362 of file cssmin.php.
aCssDeclarationToken::__toString | ( | ) |
Implements aCssToken::__toString().
Reimplemented from aCssToken.
Reimplemented in CssAtVariablesDeclarationToken.
Definition at line 374 of file cssmin.php.