Automattic\WooCommerce\Vendor\Sabberworm\CSS\Comment
Comment::getComment
Method of the class: Comment{}
No Hooks.
Returns
String.
Usage
$Comment = new Comment(); $Comment->getComment();
Comment::getComment() Comment::getComment code WC 10.5.0
public function getComment()
{
return $this->sComment;
}