- author Antoine Corcy
CloneableInstantiable
Constants |
Methods |
public __construct( $verbosity = 32self::VERBOSITY_NORMAL, $decorated = NULL, ?Symfony
|
Methods |
Constants |
public Symfony |
public Symfony |
public Symfony |
public Symfony |
public Symfony |
public Symfony |
public Symfony |
public Symfony |
Methods |
public __construct( $verbosity = 32self::VERBOSITY_NORMAL, $decorated = NULL, ?Symfony
|
public Symfony\Component\Console\Output\ConsoleOutput::getErrorOutput() : Symfony |
public Symfony\Component\Console\Output\Output::getFormatter() : Symfony |
public Symfony\Component\Console\Output\StreamOutput::getStream() Gets the stream attached to this StreamOutput instance.
|
public Symfony\Component\Console\Output\Output::getVerbosity() : int |
public Symfony\Component\Console\Output\Output::isDebug() : bool |
public Symfony\Component\Console\Output\Output::isDecorated() : bool |
public Symfony\Component\Console\Output\Output::isQuiet() : bool |
public Symfony\Component\Console\Output\Output::isVerbose() : bool |
public Symfony\Component\Console\Output\Output::isVeryVerbose() : bool |
public Symfony\Component\Console\Output\ConsoleOutput::section() : Symfony Creates a new output section. |
public Symfony\Component\Console\Output\ConsoleOutput::setDecorated(bool $decorated) : void |
public Symfony\Component\Console\Output\ConsoleOutput::setErrorOutput(Symfony |
public Symfony\Component\Console\Output\ConsoleOutput::setFormatter(Symfony |
public Symfony\Component\Console\Output\ConsoleOutput::setVerbosity(int $level) : void |
public Symfony\Component\Console\Output\Output::write(Traversable|array|string $messages, bool $newline = false, int $options = 1self::OUTPUT_NORMAL) : void |
public Symfony\Component\Console\Output\Output::writeln(Traversable|array|string $messages, int $options = 1self::OUTPUT_NORMAL) : void |
Methods |
protected Symfony\Component\Console\Output\StreamOutput::doWrite(string $message, bool $newline) : void |
protected Symfony\Component\Console\Output\StreamOutput::hasColorSupport() : bool Returns true if the stream supports colorization. Colorization is disabled if not supported by the stream: This is tricky on Windows, because Cygwin, Msys2 etc emulate pseudo terminals via named pipes, so we can only check the environment. Reference: Composer\XdebugHandler\Process::supportsColor https://github.com/composer/xdebug-handler
|
protected Symfony\Component\Console\Output\ConsoleOutput::hasStderrSupport() : bool Returns true if current environment supports writing console output to STDERR. |
protected Symfony\Component\Console\Output\ConsoleOutput::hasStdoutSupport() : bool Returns true if current environment supports writing console output to STDOUT. |