Automattic\WooCommerce\Vendor\Sabberworm\CSS

Parser::parsepublicWC 1.0

Parses the CSS provided to the constructor and creates a Document from it.

Метод класса: Parser{}

Хуков нет.

Возвращает

Document.

Использование

$Parser = new Parser();
$Parser->parse();

Код Parser::parse() WC 10.4.3

public function parse()
{
    return Document::parse($this->oParserState);
}