Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
getErrorOutput () | |
setErrorOutput (OutputInterface $error) | |
section () | |
Fonctions membres publiques hérités de OutputInterface | |
write ($messages, bool $newline=false, int $options=0) | |
writeln ($messages, int $options=0) | |
setVerbosity (int $level) | |
getVerbosity () | |
isQuiet () | |
isVerbose () | |
isVeryVerbose () | |
isDebug () | |
setDecorated (bool $decorated) | |
isDecorated () | |
setFormatter (OutputFormatterInterface $formatter) | |
getFormatter () | |
Membres hérités additionnels | |
Champs de données hérités de OutputInterface | |
const | VERBOSITY_QUIET = 16 |
const | VERBOSITY_NORMAL = 32 |
const | VERBOSITY_VERBOSE = 64 |
const | VERBOSITY_VERY_VERBOSE = 128 |
const | VERBOSITY_DEBUG = 256 |
const | OUTPUT_NORMAL = 1 |
const | OUTPUT_RAW = 2 |
const | OUTPUT_PLAIN = 4 |
ConsoleOutputInterface is the interface implemented by ConsoleOutput class. This adds information about stderr and section output stream.
getErrorOutput | ( | ) |
Gets the OutputInterface for errors.
Implémenté dans ConsoleOutput.
Référencé par Application\renderThrowable().
section | ( | ) |
Implémenté dans ConsoleOutput.
Référencé par SymfonyStyle\createTable().
setErrorOutput | ( | OutputInterface | $error | ) |
Implémenté dans ConsoleOutput.