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