Automattic\WooCommerce\Vendor\Sabberworm\CSS\Comment
Comment::setComment
Method of the class: Comment{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Comment = new Comment(); $Comment->setComment( $sComment );
- $sComment(string) (required)
- .
Comment::setComment() Comment::setComment code WC 10.8.1
public function setComment($sComment)
{
$this->sComment = $sComment;
}