Automattic\WooCommerce\Vendor\Sabberworm\CSS\RuleSet

RuleSet::removeAllRulespublicWC 1.0

Method of the class: RuleSet{}

No Hooks.

Returns

null. Nothing (null).

Usage

$RuleSet = new RuleSet();
$RuleSet->removeAllRules();

RuleSet::removeAllRules() code WC 10.8.1

public function removeAllRules()
{
    $this->aRules = [];
}