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