Automattic\WooCommerce\Vendor\Sabberworm\CSS\RuleSet
RuleSet::removeAllRules
Method of the class: RuleSet{}
No Hooks.
Returns
null. Nothing (null).
Usage
$RuleSet = new RuleSet(); $RuleSet->removeAllRules();
RuleSet::removeAllRules() RuleSet::removeAllRules code WC 10.8.1
public function removeAllRules()
{
$this->aRules = [];
}