Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Parser\Handler

HandlerInterface{}interfaceWC 1.0

CSS selector handler interface.

This component is a port of the Python cssselect library, which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.

No Hooks.

Usage

$HandlerInterface = new HandlerInterface();
// use class methods

Methods

  1. public handle(Reader $reader, TokenStream $stream)

HandlerInterface{} code WC 10.7.0

interface HandlerInterface
{
    public function handle(Reader $reader, TokenStream $stream): bool;
}