Automattic\WooCommerce\Vendor\Sabberworm\CSS\Comment

Comment::setCommentpublicWC 1.0

Method of the class: Comment{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Comment = new Comment();
$Comment->setComment( $sComment );
$sComment(string) (required)
.

Comment::setComment() code WC 10.8.1

public function setComment($sComment)
{
    $this->sComment = $sComment;
}