Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule

Rule::addCommentspublicWC 1.0

Method of the class: Rule{}

No Hooks.

Returns

void. Nothing (null).

Usage

$Rule = new Rule();
$Rule->addComments( $aComments );
$aComments(array<array-key, Comment>) (required)
.

Rule::addComments() code WC 11.0.1

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