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