Automattic\WooCommerce\Vendor\Sabberworm\CSS\RuleSet

RuleSet::__constructpublicWC 1.0

Method of the class: RuleSet{}

No Hooks.

Returns

null. Nothing (null).

Usage

$RuleSet = new RuleSet();
$RuleSet->__construct( $iLineNo );
$iLineNo(int)
.

RuleSet::__construct() code WC 10.5.0

public function __construct($iLineNo = 0)
{
    $this->aRules = [];
    $this->setPosition($iLineNo);
    $this->aComments = [];
}