Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (int $maxLength, ?int $verbosity=self::VERBOSITY_NORMAL, bool $decorated=false, OutputFormatterInterface $formatter=null) | |
fetch () | |
Fonctions membres publiques hérités de Output | |
__construct (?int $verbosity=self::VERBOSITY_NORMAL, bool $decorated=false, OutputFormatterInterface $formatter=null) | |
setFormatter (OutputFormatterInterface $formatter) | |
getFormatter () | |
setDecorated (bool $decorated) | |
isDecorated () | |
setVerbosity (int $level) | |
getVerbosity () | |
isQuiet () | |
isVerbose () | |
isVeryVerbose () | |
isDebug () | |
writeln ($messages, int $options=self::OUTPUT_NORMAL) | |
write ($messages, bool $newline=false, int $options=self::OUTPUT_NORMAL) | |
Fonctions membres protégées | |
doWrite (string $message, bool $newline) | |
Fonctions membres protégées hérités de Output | |
doWrite (string $message, bool $newline) | |
Attributs privés | |
$maxLength | |
$buffer = '' | |
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 |
A BufferedOutput that keeps only the last N chars.
__construct | ( | int | $maxLength, |
?int | $verbosity = self::VERBOSITY_NORMAL , |
||
bool | $decorated = false , |
||
OutputFormatterInterface | $formatter = null |
||
) |
|
protected |
{}
Références $message.
fetch | ( | ) |
Empties buffer and returns its content.
Références TrimmedBufferOutput\$buffer, et $content.
|
private |
Référencé par TrimmedBufferOutput\fetch().
|
private |
Référencé par TrimmedBufferOutput\__construct().