Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

CSSList::addCommentspublicWC 1.0

Method of the class: CSSList{}

No Hooks.

Returns

null. Nothing (null).

Usage

$CSSList = new CSSList();
$CSSList->addComments( $aComments );
$aComments(array) (required)
.

CSSList::addComments() code WC 10.4.3

public function addComments(array $aComments)
{
    $this->aComments = array_merge($this->aComments, $aComments);
}