Property | Type | Description | |
---|---|---|---|
$csvFields | array | The columns to include in the CSV output. If it's empty it will be ignored. | |
$csvFilename | string | The filename of the downloaded CSV file. | |
$csvHeader | boolean | Should I produce a CSV header row. |
Method | Description | |
---|---|---|
__construct ( |
Public constructor. Instantiates a F0FViewCsv object. | |
display ( string $tpl = null ) : boolean | Overrides the default method to execute and display a template script. |
public __construct ( |
||
$container | The container we belong to | |
$config | array | The configuration overrides for the view |
protected array $csvFields | ||
return | array |
protected string $csvFilename | ||
return | string |
protected bool $csvHeader | ||
return | boolean |