ListFormatter
class ListFormatter implements FormatterInterface, OverrideRestructureInterface, RenderDataInterface (View source)
Display the data in a simple list.
This formatter prints a plain, unadorned list of data, with each data item appearing on a separate line. If you wish your list to contain headers, then use the table formatter, and wrap your data in an PropertyList.
Methods
mixed
mixed
Details
write(OutputInterface $output, mixed $data, FormatterOptions $options)
No description
mixed
overrideRestructure(mixed $structuredOutput, FormatterOptions $options)
No description
mixed
renderData(mixed $originalData, mixed $restructuredData, FormatterOptions $options)
No description
protected
renderEachCell($originalData, $restructuredData, FormatterOptions $options)
No description