interface HandlerInterface
CSS selector handler interface.
This component is a port of the Python cssselect library, which is copyright Ian Bicking, @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>
@internal
Hierarchy
- interface \Symfony\Component\CssSelector\Parser\Handler\HandlerInterface
Expanded class hierarchy of HandlerInterface
All classes that implement HandlerInterface
See also
https://github.com/SimonSapin/cssselect.
File
-
vendor/
symfony/ css-selector/ Parser/ Handler/ HandlerInterface.php, line 27
Namespace
Symfony\Component\CssSelector\Parser\HandlerView source
interface HandlerInterface {
public function handle(Reader $reader, TokenStream $stream) : bool;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
HandlerInterface::handle | public | function | 6 |