Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
title (string $message) | |
section (string $message) | |
listing (array $elements) | |
text ($message) | |
success ($message) | |
error ($message) | |
warning ($message) | |
note ($message) | |
caution ($message) | |
table (array $headers, array $rows) | |
ask (string $question, string $default=null, callable $validator=null) | |
askHidden (string $question, callable $validator=null) | |
confirm (string $question, bool $default=true) | |
choice (string $question, array $choices, $default=null) | |
newLine (int $count=1) | |
progressStart (int $max=0) | |
progressAdvance (int $step=1) | |
progressFinish () | |
Output style helpers.
askHidden | ( | string | $question, |
callable | $validator = null |
||
) |
caution | ( | $message | ) |
choice | ( | string | $question, |
array | $choices, | ||
$default = null |
|||
) |
Asks a choice question.
string | int | null | $default |
Implémenté dans SymfonyStyle.
confirm | ( | string | $question, |
bool | $default = true |
||
) |
error | ( | $message | ) |
listing | ( | array | $elements | ) |
Formats a list.
Implémenté dans SymfonyStyle.
newLine | ( | int | $count = 1 | ) |
Add newline(s).
Implémenté dans SymfonyStyle, et OutputStyle.
note | ( | $message | ) |
progressAdvance | ( | int | $step = 1 | ) |
Advances the progress output X steps.
Implémenté dans SymfonyStyle.
progressFinish | ( | ) |
Finishes the progress output.
Implémenté dans SymfonyStyle.
progressStart | ( | int | $max = 0 | ) |
Starts the progress output.
Implémenté dans SymfonyStyle.
section | ( | string | $message | ) |
Formats a section title.
Implémenté dans SymfonyStyle.
success | ( | $message | ) |
table | ( | array | $headers, |
array | $rows | ||
) |
Formats a table.
Implémenté dans SymfonyStyle.
text | ( | $message | ) |
title | ( | string | $message | ) |
Formats a command title.
Implémenté dans SymfonyStyle.
warning | ( | $message | ) |