Automattic\WooCommerce\Vendor\Sabberworm\CSS\RuleSet

RuleSet::addCommentspublicWC 1.0

Method of the class: RuleSet{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

RuleSet::addComments() code WC 10.5.0

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