Automattic\WooCommerce\Vendor\Sabberworm\CSS\Comment

Commentable::setCommentspublicWC 1.0

Method of the class: Commentable{}

No Hooks.

Returns

void. Nothing (null).

Usage

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

Commentable::setComments() code WC 11.0.1

public function setComments(array $aComments);