Automattic\WooCommerce\Vendor\Sabberworm\CSS\Comment

Comment::renderpublicWC 1.0

Method of the class: Comment{}

No Hooks.

Returns

String.

Usage

$Comment = new Comment();
$Comment->render( $oOutputFormat );
$oOutputFormat(OutputFormat|null) (required)
.

Comment::render() code WC 10.8.1

public function render($oOutputFormat)
{
    return '/*' . $this->sComment . '*/';
}