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