OutputFormatterInterface

interface OutputFormatterInterface Formatter interface for console output.

2016-10-28 06:25:29
OutputFormatterStyle::setOption()

setOption(string $option) Sets some specific style option.

2016-10-28 06:25:30
OutputFormatterStyleInterface::setBackground()

setBackground(string $color = null) Sets style background color.

2016-10-28 06:25:31
OutputFormatter::hasStyle()

bool hasStyle(string $name) Checks if output formatter has style with specified name.

2016-10-28 06:25:28
OutputFormatter::escape()

static string escape(string $text) Escapes "<" special char in given text.

2016-10-28 06:25:27
OutputFormatterStyleStack::pop()

OutputFormatterStyleInterface pop(OutputFormatterStyleInterface $style = null) Pops a style from the stack. Parameters OutputFormatterStyleInterface $style Return Value OutputFormatterStyleInterface Exceptions InvalidArgumentException When style tags incorrectly nested

2016-10-28 06:25:33
OutputFormatterInterface::hasStyle()

bool hasStyle(string $name) Checks if output formatter has style with specified name.

2016-10-28 06:25:29
OutputFormatterInterface::getStyle()

OutputFormatterStyleInterface getStyle(string $name) Gets style options from style with specified name. Parameters string $name Return Value OutputFormatterStyleInterface

2016-10-28 06:25:29
OutputFormatterInterface::setDecorated()

setDecorated(bool $decorated) Sets the decorated flag.

2016-10-28 06:25:29
OutputFormatterStyle::setBackground()

setBackground(string $color = null) Sets style background color.

2016-10-28 06:25:30