Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing

ParserState::getCharsetpublicWC 1.0

Returns the charset that is used if the CSS does not contain an @charset declaration.

Method of the class: ParserState{}

No Hooks.

Returns

String.

Usage

$ParserState = new ParserState();
$ParserState->getCharset();

ParserState::getCharset() code WC 10.8.1

public function getCharset()
{
    return $this->sCharset;
}