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

Show file Open project: netz98/n98-magerun Class Usage Examples

Protected Properties

Property Type Description
$formats

Public Methods

Method 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 method

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

getFormats() public static method

public static getFormats ( ) : array
return array

render() public static method

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 static property

protected static $formats