Comparator::test()

bool test(mixed $test) Tests against the target. Parameters mixed $test A test value Return Value bool

Comparator::setTarget()

setTarget(string $target) Sets the target value. Parameters string $target The target value

Comparator::setOperator()

setOperator(string $operator) Sets the comparison operator. Parameters string $operator A valid operator Exceptions InvalidArgumentException

Comparator::getTarget()

string getTarget() Gets the target value. Return Value string The target value

Comparator::getOperator()

string getOperator() Gets the comparison operator. Return Value string The operator

Comparator

class Comparator Comparator. Methods string getTarget() Gets the target value. setTarget(string $target) Sets the target value. string getOperator() Gets the comparison operator. setOperator(string $operator) Sets the comparison operator. bool test(mixed $test) Tests against the target. Details string getTarget() Gets the target value. Return Value string The target value setTarget(string $ta

CommentHandler

class CommentHandler implements HandlerInterface CSS selector comment handler. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods bool handle(Reader $reader, TokenStream $stream) Details bool handle(Reader $reader, TokenStream $stream) Parameters Reader $reader TokenStream $stream Return Value bool

CommandTester::getStatusCode()

int getStatusCode() Gets the status code returned by the last execution of the application. Return Value int The status code

CommandTester::getOutput()

OutputInterface getOutput() Gets the output instance used by the last execution of the command. Return Value OutputInterface The current output instance

CommandTester::getInput()

InputInterface getInput() Gets the input instance used by the last execution of the command. Return Value InputInterface The current input instance