Method |
Description |
|
__construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) |
Constructor. |
|
ask ( $question, $default = null ) |
|
|
askAndHideAnswer ( $question, $fallback = true ) |
|
|
askAndValidate ( $question, callable $validator, $attempts = false, $default = null ) |
|
|
askConfirmation ( $question, $default = true ) |
|
|
askHiddenResponseAndValidate ( $question, callable $validator, $attempts = false, $fallback = true ) |
|
|
error ( string | array $message ) |
Formats an error result bar. |
|
isDebug ( ) |
|
|
isDecorated ( ) |
|
|
isInteractive ( ) |
|
|
isVerbose ( ) |
|
|
isVeryVerbose ( ) |
|
|
labelValue ( string $label, mixed $value ) |
Formats a pair label-value. |
|
listing ( array $elements ) |
Formats a list. |
|
newLine ( integer $count = 1 ) |
Add newline(s). |
|
success ( string | array $message ) |
Formats a success result bar. |
|
warning ( string | array $message ) |
Formats an warning result bar. |
|
write ( $messages, $newline = true ) |
|
|