Output::isDebug()

bool isDebug() Returns whether verbosity is debug (-vvv). Return Value bool true if verbosity is set to VERBOSITY_DEBUG, false otherwise

Output::getVerbosity()

int getVerbosity() Gets the current verbosity of the output. Return Value int The current level of verbosity (one of the VERBOSITY constants)

Output::getFormatter()

OutputFormatterInterface getFormatter() Returns current output formatter instance. Return Value OutputFormatterInterface

Output

class Output implements OutputInterface Base class for output classes. There are five levels of verbosity: normal: no option passed (normal output) verbose: -v (more output) very verbose: -vv (highly extended output) debug: -vvv (all debug output) quiet: -q (no output) Methods __construct(int $verbosity = self::VERBOSITY_NORMAL, bool $decorated = false, OutputFormatterInterface $formatter = null) Constructor. setFormatter(OutputFormatterInterface $formatter) Sets output formatter.

OutOfMemoryException

class OutOfMemoryException extends FatalErrorException Out of memory exception. Methods __construct($message, $code, $severity, $filename, $lineno, $traceOffset = null, $traceArgs = true) from FatalErrorException Details __construct($message, $code, $severity, $filename, $lineno, $traceOffset = null, $traceArgs = true) Parameters $message $code $severity $filename $lineno $traceOffset $traceArgs

OutOfBoundsException

class OutOfBoundsException extends OutOfBoundsException implements ExceptionInterface Base OutOfBoundsException for the Validator component.

OutOfBoundsException

class OutOfBoundsException extends OutOfBoundsException implements ExceptionInterface Base OutOfBoundsException for the PropertyAccess component.

OutOfBoundsException

class OutOfBoundsException extends OutOfBoundsException implements ExceptionInterface Base OutOfBoundsException for the Intl component.

OutOfBoundsException

class OutOfBoundsException extends OutOfBoundsException implements ExceptionInterface Base OutOfBoundsException for Form component.

OutOfBoundsException

class OutOfBoundsException extends OutOfBoundsException implements ExceptionInterface Base OutOfBoundsException for Dependency Injection component.