Automattic\WooCommerce\Vendor\Sabberworm\CSS\Property

Charset::getCharsetpublicWC 1.0

Method of the class: Charset{}

No Hooks.

Returns

String.

Usage

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

Charset::getCharset() code WC 10.4.3

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