Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing

ParserState::getSettingspublicWC 1.0

Method of the class: ParserState{}

No Hooks.

Returns

Settings.

Usage

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

ParserState::getSettings() code WC 10.5.0

public function getSettings()
{
    return $this->oParserSettings;
}