CompilationContext::getBinaryDir()

string getBinaryDir() Returns the directory where the binary resource bundles are stored. Return Value string An absolute path to a directory.

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

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

Comparator::getOperator()

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

Comparator::getTarget()

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

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::execute()

int execute(array $input, array $options = array()) Executes the command. Available execution options: interactive: Sets the input interactive flag decorated: Sets the output decorated flag verbosity: Sets the output verbosity flag Parameters array $input An array of command arguments and options array $options An array of execution options Return Value int The command exit code