Automattic\WooCommerce\Vendor\Sabberworm\CSS\RuleSet
RuleSet::getComments
Method of the class: RuleSet{}
No Hooks.
Returns
array<string, Comment>.
Usage
$RuleSet = new RuleSet(); $RuleSet->getComments();
RuleSet::getComments() RuleSet::getComments code WC 11.0.1
public function getComments()
{
return $this->aComments;
}