Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule

Rule::getCommentspublicWC 1.0

Method of the class: Rule{}

No Hooks.

Returns

Array. Comment>

Usage

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

Rule::getComments() code WC 10.5.0

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