Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Parser\Handler
HandlerInterface::handle
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() HandlerInterface::handle code WC 10.5.0
public function handle(Reader $reader, TokenStream $stream): bool;