Automattic\WooCommerce\Vendor\Sabberworm\CSS\Comment
Comment::render
Method of the class: Comment{}
No Hooks.
Returns
String.
Usage
$Comment = new Comment(); $Comment->render( $oOutputFormat );
- $oOutputFormat(OutputFormat|null) (required)
- .
Comment::render() Comment::render code WC 10.8.1
public function render($oOutputFormat)
{
return '/*' . $this->sComment . '*/';
}