Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property
Charset::render
Method of the class: Charset{}
No Hooks.
Returns
string.
Usage
$Charset = new Charset(); $Charset->render( $oOutputFormat );
- $oOutputFormat(OutputFormat|null) (required)
- .
Charset::render() Charset::render code WC 11.0.1
public function render($oOutputFormat)
{
return "{$oOutputFormat->comments($this)}@charset {$this->oCharset->render($oOutputFormat)};";
}