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

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 )

Private Methods

Method Description
appendHeaders ( DOMElement $parent, array $headers = null )
appendRowFields ( DOMElement $row, array $fields )
appendRows ( DOMElement $parent, array $rows )
createField ( DOMDocument $doc, string $key, string $value ) : DOMElement create a DOMElement containing the data
getHeader ( integer $index, mixed $default = null ) : string
getName ( string $string ) : string
setHeadersFrom ( array $rows ) : void

Method Details

render() public method

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