Automattic\WooCommerce\Vendor\Sabberworm\CSS\Comment
Comment::__construct
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() Comment:: construct code WC 10.5.0
public function __construct($sComment = '', $iLineNo = 0)
{
$this->sComment = $sComment;
$this->setPosition($iLineNo);
}