Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

CSSNamespace::addCommentspublicWC 1.0

Method of the class: CSSNamespace{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

CSSNamespace::addComments() code WC 10.5.0

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