Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

Charset::renderpublicWC 1.0

Method of the class: Charset{}

No Hooks.

Returns

String.

Usage

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

Charset::render() code WC 10.8.1

public function render($oOutputFormat)
{
    return "{$oOutputFormat->comments($this)}@charset {$this->oCharset->render($oOutputFormat)};";
}