FusionDirectory
|
This class contains all the functions needed for csv export. More...
Public Member Functions | |
__construct ($headline, $header, $entries, $columns=[]) | |
Create a csvExporter. More... | |
query () | |
Get the result. | |
Static Public Member Functions | |
static | getInfo () |
Get Informations. | |
This class contains all the functions needed for csv export.
Definition at line 30 of file class_csvExporter.inc.
__construct | ( | $headline, | |
$header, | |||
$entries, | |||
$columns = [] |
|||
) |
Create a csvExporter.
array | $headline | |
array | $header | |
array | $entries | |
array | $columns |
Definition at line 45 of file class_csvExporter.inc.