web_io
class web_io extends BufferIO 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(language $language, string $input = '', int $verbosity = StreamOutput::VERBOSITY_NORMAL, OutputFormatterInterface $formatter = null)
No description
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 31
__construct(language $language, string $input = '', int $verbosity = StreamOutput::VERBOSITY_NORMAL, OutputFormatterInterface $formatter = null)
No description