Formatter interface for console output.
Methods | ||
---|---|---|
public
|
setDecorated(bool $decorated)
|
# |
public
|
isDecorated(): bool
|
# |
public
|
setStyle(string $name, OutputFormatterStyleInterface $style)
|
# |
public
|
hasStyle(string $name): bool
|
# |
public
|
getStyle(string $name): OutputFormatterStyleInterface
|
# |
public
|
format(?string $message): string|null
|
# |