Automattic\WooCommerce\Vendor\Sabberworm\CSS\RuleSet
RuleSet::__construct
Method of the class: RuleSet{}
No Hooks.
Returns
null. Nothing (null).
Usage
$RuleSet = new RuleSet(); $RuleSet->__construct( $iLineNo );
- $iLineNo(int)
- .
RuleSet::__construct() RuleSet:: construct code WC 10.5.0
public function __construct($iLineNo = 0)
{
$this->aRules = [];
$this->setPosition($iLineNo);
$this->aComments = [];
}