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