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

HandlerInterface::handlepublicWC 1.0

Method of the class: HandlerInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

$HandlerInterface = new HandlerInterface();
$HandlerInterface->handle( $reader, $stream ): bool;
$reader(Reader) (required)
.
$stream(TokenStream) (required)
.

HandlerInterface::handle() code WC 10.5.0

public function handle(Reader $reader, TokenStream $stream): bool;