Automattic\WooCommerce\Vendor\Sabberworm\CSS
Parser::parse
Parses the CSS provided to the constructor and creates a Document from it.
Метод класса: Parser{}
Хуков нет.
Возвращает
Document.
Использование
$Parser = new Parser(); $Parser->parse();
Код Parser::parse() Parser::parse WC 10.4.3
public function parse()
{
return Document::parse($this->oParserState);
}