Automattic\WooCommerce\Vendor\Sabberworm\CSS\Comment

Comment::getCommentpublicWC 1.0

Method of the class: Comment{}

No Hooks.

Returns

String.

Usage

$Comment = new Comment();
$Comment->getComment();

Comment::getComment() code WC 10.5.0

public function getComment()
{
    return $this->sComment;
}