Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

Charset::setCommentspublicWC 1.0

Method of the class: Charset{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Charset::setComments() code WC 10.5.0

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