Automattic\WooCommerce\Vendor\Sabberworm\CSS\RuleSet

AtRuleSet::__constructpublicWC 1.0

Method of the class: AtRuleSet{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AtRuleSet = new AtRuleSet();
$AtRuleSet->__construct( $sType, $sArgs, $iLineNo );
$sType(string) (required)
.
$sArgs(string)
.
Default: ''
$iLineNo(int)
.

AtRuleSet::__construct() code WC 10.5.0

public function __construct($sType, $sArgs = '', $iLineNo = 0)
{
    parent::__construct($iLineNo);
    $this->sType = $sType;
    $this->sArgs = $sArgs;
}