Automattic\WooCommerce\Vendor\Sabberworm\CSS\RuleSet

RuleSet::getCommentspublicWC 1.0

Method of the class: RuleSet{}

No Hooks.

Returns

Array. Comment>

Usage

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

RuleSet::getComments() code WC 10.5.0

public function getComments()
{
    return $this->aComments;
}