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

Author: Mateusz Zalewski ([email protected])
Afficher le fichier Open project: sylius/sylius Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

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

addRow() public méthode

public addRow ( array $row )
$row array

isEmpty() public méthode

public isEmpty ( ) : boolean
Résultat boolean

render() public méthode

public render ( )

setHeaders() public méthode

public setHeaders ( array $headers )
$headers array

setLabel() public méthode

public setLabel ( $label )
$label