Public Member Functions | |
__construct ($import, $mediaTypes) | |
__toString () |
Public Attributes | |
$Import = "" | |
$MediaTypes = array() |
Definition at line 4696 of file cssmin.php.
CssAtImportToken::__construct | ( | $import, | |
$mediaTypes | |||
) |
Set the properties of a at-rule token.
string | $import | Import path |
array | $mediaTypes | Media types |
Definition at line 4717 of file cssmin.php.
CssAtImportToken::__toString | ( | ) |
Implements aCssToken::__toString().
Reimplemented from aCssToken.
Definition at line 4727 of file cssmin.php.