Import
in package
implements
AtRule
Class representing an @import rule.
Interfaces, Classes and Traits
Table of Contents
- $aComments : mixed
- $iLineNo : mixed
- $oLocation : mixed
- $sMediaQuery : mixed
- __construct() : mixed
- __toString() : mixed
- addComments() : mixed
- atRuleArgs() : mixed
- atRuleName() : mixed
- getComments() : mixed
- getLineNo() : int
- getLocation() : mixed
- render() : mixed
- setComments() : mixed
- setLocation() : mixed
Properties
$aComments
protected
mixed
$aComments
$iLineNo
protected
mixed
$iLineNo
$oLocation
private
mixed
$oLocation
$sMediaQuery
private
mixed
$sMediaQuery
Methods
__construct()
public
__construct(URL $oLocation, mixed $sMediaQuery, mixed $iLineNo) : mixed
Parameters
- $oLocation : URL
- $sMediaQuery : mixed
- $iLineNo : mixed
Return values
mixed —__toString()
public
__toString() : mixed
Return values
mixed —addComments()
public
addComments(array<string|int, mixed> $aComments) : mixed
Parameters
- $aComments : array<string|int, mixed>
Return values
mixed —atRuleArgs()
public
atRuleArgs() : mixed
Return values
mixed —atRuleName()
public
atRuleName() : mixed
Return values
mixed —getComments()
public
getComments() : mixed
Return values
mixed —getLineNo()
public
getLineNo() : int
Return values
int —getLocation()
public
getLocation() : mixed
Return values
mixed —render()
public
render(OutputFormat $oOutputFormat) : mixed
Parameters
- $oOutputFormat : OutputFormat
Return values
mixed —setComments()
public
setComments(array<string|int, mixed> $aComments) : mixed
Parameters
- $aComments : array<string|int, mixed>
Return values
mixed —setLocation()
public
setLocation(mixed $oLocation) : mixed
Parameters
- $oLocation : mixed