Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule

Rule::setCommentspublicWC 1.0

Method of the class: Rule{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Rule::setComments() code WC 10.4.3

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