Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

CSSNamespace::getCommentspublicWC 1.0

Method of the class: CSSNamespace{}

No Hooks.

Returns

array<array-key, Comment>.

Usage

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

CSSNamespace::getComments() code WC 11.0.1

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