StyleInterface
interface StyleInterface implements StyleInterface, OutputInterface, InputAwareInterface, OutputAwareInterface
Interface StyleInterface.
Methods
setVerbosity($level)
{@inheritdoc}
int
getVerbosity()
No description
bool
isQuiet()
No description
bool
isNormal()
No description
bool
isVerbose()
No description
bool
isVeryVerbose()
No description
bool
isDebug()
No description
setFormatter(
OutputFormatterInterface $formatter)
{@inheritdoc}
getFormatter()
{@inheritdoc}
setDecorated($decorated)
{@inheritdoc}
isDecorated()
{@inheritdoc}
block(
string|array $messages,
string|null $type = null,
string|null $style = null,
string $prefix = ' ',
bool $padding = false)
Formats a message as a block of text.
string
getSeparatorFullWidth(
string $separator = '▬')
No description
applicationTitle(
string $name,
null|string|int $version = null,
null|string $commit = null,
array $more = array())
No description
subSection(
string $message)
No description
numberedSection(
int $i,
int $count,
string $pre,
string $message)
No description
comment($message)
{@inheritdoc}
smallSuccess(
string $title,
string $message)
No description
info(
string $message)
No description
writeln($messages, $type = self::OUTPUT_NORMAL)
{@inheritdoc}
write($messages, $newline = false, $type = self::OUTPUT_NORMAL)
{@inheritdoc}
newLine($count = 1)
{@inheritdoc}
Details
in InputAwareInterface at line line 24
setInput(
InputInterface $input)
in InputAwareInterface at line line 29
InputInterface
getInput()
in OutputAwareInterface at line line 24
setOutput(
OutputInterface $output)
in OutputAwareInterface at line line 29
OutputInterface
getOutput()
at line line 28
setVerbosity($level)
{@inheritdoc}
at line line 33
int
getVerbosity()
at line line 38
bool
isQuiet()
at line line 43
bool
isNormal()
at line line 48
bool
isVerbose()
at line line 53
bool
isVeryVerbose()
at line line 58
bool
isDebug()
at line line 63
setFormatter(
OutputFormatterInterface $formatter)
{@inheritdoc}
at line line 68
getFormatter()
{@inheritdoc}
at line line 73
setDecorated($decorated)
{@inheritdoc}
at line line 78
isDecorated()
{@inheritdoc}
at line line 89
block(
string|array $messages,
string|null $type = null,
string|null $style = null,
string $prefix = ' ',
bool $padding = false)
Formats a message as a block of text.
at line line 96
string
getSeparatorFullWidth(
string $separator = '▬')
at line line 104
applicationTitle(
string $name,
null|string|int $version = null,
null|string $commit = null,
array $more = array())
at line line 109
subSection(
string $message)
at line line 117
numberedSection(
int $i,
int $count,
string $pre,
string $message)
at line line 122
comment($message)
{@inheritdoc}
at line line 128
smallSuccess(
string $title,
string $message)
at line line 133
info(
string $message)
at line line 138
writeln($messages, $type = self::OUTPUT_NORMAL)
{@inheritdoc}
at line line 143
write($messages, $newline = false, $type = self::OUTPUT_NORMAL)
{@inheritdoc}
at line line 148
newLine($count = 1)
{@inheritdoc}