Automattic\WooCommerce\Vendor\Sabberworm\CSS\RuleSet

RuleSet::setCommentspublicWC 1.0

Method of the class: RuleSet{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

RuleSet::setComments() code WC 10.8.1

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