PHP Class Sylius\Bundle\CoreBundle\Installer\Renderer\TableRenderer

Author: Mateusz Zalewski ([email protected])
Datei anzeigen Open project: sylius/sylius Class Usage Examples

Public Methods

Method Description
__construct ( Symfony\Component\Console\Output\OutputInterface $output )
addRow ( array $row )
isEmpty ( ) : boolean
render ( )
setHeaders ( array $headers )
setLabel ( $label )

Method Details

__construct() public method

public __construct ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

addRow() public method

public addRow ( array $row )
$row array

isEmpty() public method

public isEmpty ( ) : boolean
return boolean

render() public method

public render ( )

setHeaders() public method

public setHeaders ( array $headers )
$headers array

setLabel() public method

public setLabel ( $label )
$label