\Inhere\Console\Component\FormatterMultiList

Class MultiList

Summary

Methods
Properties
Constants
show()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

show()

show(array  $data, array  $opts = array()) 

Format and render multi list

[
  'list1 title' => [
     'name' => 'value text',
     'name2' => 'value text 2',
  ],
  'list2 title' => [
     'name' => 'value text',
     'name2' => 'value text 2',
  ],
  ... ...
]

Parameters

array $data
array $opts