console_io
class console_io extends ConsoleIO implements io_interface
Traits
Trait to translate the composer Output
Properties
protected language | $language | from translate_composer_trait | |
protected array | $composer_error | from translate_composer_trait |
Methods
write($messages, $newline = true, $verbosity = self::NORMAL)
{@inheritdoc}
writeError($messages, $newline = true, $verbosity = self::NORMAL)
{@inheritdoc}
__construct(InputInterface $input, OutputInterface $output, HelperSet $helperSet, language $language)
Constructor.
Details
in
translate_composer_trait at line 36
write($messages, $newline = true, $verbosity = self::NORMAL)
{@inheritdoc}
in
translate_composer_trait at line 99
writeError($messages, $newline = true, $verbosity = self::NORMAL)
{@inheritdoc}
in
translate_composer_trait at line 222
get_composer_error()
No description
in
translate_composer_trait at line 236
protected
strip_format($message)
No description
at line 34
__construct(InputInterface $input, OutputInterface $output, HelperSet $helperSet, language $language)
Constructor.