Method |
Description |
|
getArrayFromDataTable ( DataTable | DataTable/Map $table ) : array |
Converts the given data table to an array |
|
renderDataTable ( array $array, string $prefixLine = "" ) : string |
Computes the output for the given data array |
|
renderDataTableMap ( Piwik\DataTable\Map $table, array $array, string $prefixLines = "" ) : string |
Computes the output for the given data table array |
|
renderDataTableSimple ( $array, string $prefixLine = "" ) : string |
Computes the output for the given data array (representing a simple data table) |
|
renderTable ( DataTable | DataTable/Map $table, boolean $returnOnlyDataTableXml = false, string $prefixLines = '' ) : array | string |
Computes the output for the given data table |
|