Automattic\WooCommerce\Vendor\Sabberworm\CSS\Comment

Comment::__constructpublicWC 1.0

Method of the class: Comment{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Comment = new Comment();
$Comment->__construct( $sComment, $iLineNo );
$sComment(string)
.
Default: ''
$iLineNo(int)
.

Comment::__construct() code WC 10.5.0

public function __construct($sComment = '', $iLineNo = 0)
{
    $this->sComment = $sComment;
    $this->setPosition($iLineNo);
}