Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
N98
Util
Console
Helper
Table
Renderer
TextRenderer
PHP Class N98\Util\Console\Helper\Table\Renderer\TextRenderer
Inheritance:
implements
N98\Util\Console\Helper\Table\Renderer\RendererInterface
Datei anzeigen
Open project: netz98/n98-magerun
Class Usage Examples
Public Methods
Method
Description
render
(
Symfony\Component\Console\Output\OutputInterface
$output
,
array
$rows
) :
void
Method Details
render()
public
method
public
render
(
Symfony\Component\Console\Output\OutputInterface
$output
,
array
$rows
) :
void
$output
Symfony\Component\Console\Output\OutputInterface
$rows
array
headers are expected to be the keys of the first row.
return
void