Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

CSSNamespace::setCommentspublicWC 1.0

Method of the class: CSSNamespace{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

CSSNamespace::setComments() code WC 10.5.0

public function setComments(array $aComments)
{
    $this->aComments = $aComments;
}