Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

CSSNamespace::getCommentspublicWC 1.0

Method of the class: CSSNamespace{}

No Hooks.

Returns

Array. Comment>

Usage

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

CSSNamespace::getComments() code WC 10.8.1

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