Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

CSSList::getCommentspublicWC 1.0

Method of the class: CSSList{}

No Hooks.

Returns

Array. Comment>

Usage

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

CSSList::getComments() code WC 10.7.0

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