Component\CssSelector\Exception

Interfaces ExceptionInterface Interface for exceptions. Exceptions ExpressionErrorException ParseException is thrown when a CSS selector syntax is not valid. InternalErrorException ParseException is thrown when a CSS selector syntax is not valid. ParseException ParseException is thrown when a CSS selector syntax is not valid. SyntaxErrorException ParseException is thrown when a CSS selector syntax is not valid.

Component\CssSelector\Node

Classes AbstractNode Abstract base node class. AttributeNode Represents a "[|]" node. ClassNode Represents a "." node. CombinedSelectorNode Represents a combined node. ElementNode Represents a "|" node. FunctionNode Represents a ":()" node. HashNode Represents a "#" node. NegationNode Represents a ":not()" node. PseudoNode Represents a ":" node. SelectorNode Represents a "(::|:)" node. Specificity Represents a node specificity. I

Component\CssSelector\Parser

Namespaces Symfony\Component\CssSelector\Parser\HandlerSymfony\Component\CssSelector\Parser\ShortcutSymfony\Component\CssSelector\Parser\Tokenizer Classes Parser CSS selector parser. Reader CSS selector reader. Token CSS selector token. TokenStream CSS selector token stream. Interfaces ParserInterface CSS selector parser interface.

Component\Console\Input

Classes ArgvInput ArgvInput represents an input coming from the CLI arguments. ArrayInput ArrayInput represents an input provided as an array. Input Input is the base class for all concrete Input classes. InputArgument Represents a command line argument. InputDefinition A InputDefinition represents a set of valid command line arguments and options. InputOption Represents a command line option. StringInput StringInput represents an input provided as a string. Interf

Component\Console\Output

Classes ConsoleOutput ConsoleOutput is the default class for all CLI output. It uses STDOUT. NullOutput NullOutput suppresses all output. Output Base class for output classes. StreamOutput StreamOutput writes the output to a given stream. Interfaces ConsoleOutputInterface ConsoleOutputInterface is the interface implemented by ConsoleOutput class. OutputInterface OutputInterface is the interface implemented by all Output classes.

Component\Console\Style

Classes OutputStyle Decorates output to add console style guide helpers. SymfonyStyle Output decorator helpers for the Symfony Style Guide. Interfaces StyleInterface Output style helpers.

Component\Console\Tester

Classes ApplicationTester Eases the testing of console applications. CommandTester Eases the testing of console commands.

Component\Console\Question

Classes ChoiceQuestion Represents a choice question. ConfirmationQuestion Represents a yes/no question. Question Represents a Question.

Component\CssSelector

Namespaces Symfony\Component\CssSelector\ExceptionSymfony\Component\CssSelector\NodeSymfony\Component\CssSelector\ParserSymfony\Component\CssSelector\XPath Classes CssSelector CssSelector is the main entry point of the component and can convert CSS selectors to XPath expressions.

Component\Console\Logger

Classes ConsoleLogger PSR-3 compliant console logger