Public Member Functions | |
__construct (array $selectors=array()) | |
__toString () |
Public Attributes | |
$Selectors = array() |
Definition at line 1009 of file cssmin.php.
CssRulesetStartToken::__construct | ( | array | $selectors = array() | ) |
Set the properties of a ruleset token.
array | $selectors | Selectors of the ruleset |
Definition at line 1023 of file cssmin.php.
CssRulesetStartToken::__toString | ( | ) |
Implements aCssToken::__toString().
Reimplemented from aCssToken.
Definition at line 1032 of file cssmin.php.