PHP Class N98\Util\Console\Helper\Table\Renderer\RendererFactory

Afficher le fichier Open project: netz98/n98-magerun Class Usage Examples

Protected Properties

Свойство Type Description
$formats

Méthodes publiques

Méthode Description
create ( string $format ) : boolean | N98\Util\Console\Helper\Table\Renderer\RendererInterface
getFormats ( ) : array
render ( string $format, Symfony\Component\Console\Output\OutputInterface $output, array $rows )

Method Details

create() public méthode

public create ( string $format ) : boolean | N98\Util\Console\Helper\Table\Renderer\RendererInterface
$format string
Résultat boolean | N98\Util\Console\Helper\Table\Renderer\RendererInterface

getFormats() public static méthode

public static getFormats ( ) : array
Résultat array

render() public static méthode

public static render ( string $format, Symfony\Component\Console\Output\OutputInterface $output, array $rows )
$format string
$output Symfony\Component\Console\Output\OutputInterface
$rows array

Property Details

$formats protected_oe static_oe property

protected static $formats