CompilationContext

class CompilationContext implements CompilationContextInterface Default implementation of {@link CompilationContextInterface}. Methods __construct($sourceDir, $binaryDir, Filesystem $filesystem, BundleCompilerInterface $compiler, $icuVersion) string getSourceDir() Returns the directory where the source versions of the resource bundles are stored. string getBinaryDir() Returns the directory where the binary resource bundles are stored. Filesystem getFilesystem() Returns a

Comparator::setTarget()

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

CompilationContext::getBinaryDir()

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

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

CommandTester::getStatusCode()

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

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

Comparator::getOperator()

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

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

CommandTester

class CommandTester Eases the testing of console commands. Methods __construct(Command $command) Constructor. int execute(array $input, array $options = array()) Executes the command. string getDisplay(bool $normalize = false) Gets the display returned by the last execution of the command. InputInterface getInput() Gets the input instance used by the last execution of the command. OutputInterface getOutput() Gets the output instance used by the last execution of the c