메소드 |
설명 |
|
__construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) |
|
|
ask ( $question, $default = null, $validator = null ) |
|
|
askHidden ( $question, $validator = null ) |
|
|
askQuestion ( Symfony\Component\Console\Question\Question $question ) : string |
|
|
block ( string | array $messages, string | null $type = null, string | null $style = null, string $prefix = ' ', boolean $padding = false ) |
Formats a message as a block of text. |
|
caution ( $message ) |
|
|
choice ( $question, array $choices, $default = null ) |
|
|
comment ( string | array $message ) |
Formats a command comment. |
|
confirm ( $question, $default = true ) |
|
|
createProgressBar ( $max ) |
|
|
error ( $message ) |
|
|
listing ( array $elements ) |
|
|
newLine ( $count = 1 ) |
|
|
note ( $message ) |
|
|
progressAdvance ( $step = 1 ) |
|
|
progressFinish ( ) |
|
|
progressStart ( $max ) |
|
|
section ( $message ) |
|
|
success ( $message ) |
|
|
table ( array $headers, array $rows ) |
|
|
text ( $message ) |
|
|
title ( $message ) |
|
|
warning ( $message ) |
|
|
write ( $messages, $newline = false, $type = self::OUTPUT_NORMAL ) |
|
|
writeln ( $messages, $type = self::OUTPUT_NORMAL ) |
|
|