WrappableOutputFormatterInterface
interface WrappableOutputFormatterInterface implements OutputFormatterInterface
Formatter interface for console output that supports word wrapping.
Methods
bool
hasStyle(string $name)
Checks if output formatter has style with specified name.
getStyle(string $name)
Gets style options from style with specified name.
string
format(string $message)
Formats a message according to the given styles.
formatAndWrap(string $message, int $width)
Formats a message according to the given styles, wrapping at $width
(0 means no wrapping).
Details
OutputFormatterStyleInterface
getStyle(string $name)
Gets style options from style with specified name.