See Release Notes
Long Term Support Release
Differences Between: [Versions 310 and 401] [Versions 311 and 401] [Versions 39 and 401] [Versions 400 and 401]
(no description)
File Size: | 83 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
AtRuleBlockList:: (6 methods):
__construct()
atRuleName()
atRuleArgs()
__toString()
render()
isRootList()
Class: AtRuleBlockList - X-Ref
A `BlockList` constructed by an unknown at-rule. `@media` rules are rendered into `AtRuleBlockList` objects.__construct($sType, $sArgs = '', $iLineNo = 0) X-Ref |
param: string $sType param: string $sArgs param: int $iLineNo |
atRuleName() X-Ref |
return: string |
atRuleArgs() X-Ref |
return: string |
__toString() X-Ref |
return: string |
render(OutputFormat $oOutputFormat) X-Ref |
return: string |
isRootList() X-Ref |
return: bool |