Method | Description | |
---|---|---|
__construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ConsoleIO constructor. | |
isDebug ( ) | {@inheritDoc} | |
isDecorated ( ) | {@inheritDoc} | |
isInteractive ( ) | {@inheritDoc} | |
isVerbose ( ) | {@inheritDoc} | |
isVeryVerbose ( ) | {@inheritDoc} | |
readCommandInput ( resource $handle ) : string | ||
write ( $messages, $newline = true ) | {@inheritDoc} | |
writeError ( $messages, $newline = true ) | {@inheritDoc} |
Method | Description | |
---|---|---|
doWrite ( array $messages, boolean $newline, boolean $stderr ) |
public __construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
public readCommandInput ( resource $handle ) : string | ||
$handle | resource | |
return | string |