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