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 10.8.1
public function render($oOutputFormat)
{
return "{$oOutputFormat->comments($this)}@charset {$this->oCharset->render($oOutputFormat)};";
}