The output CSV allow to return the provided data to a CSV format. It define the headers to inform the browser of the format.
If the data are not an array, they are converted to an array to be compliant with CSV format.
Namespace Domframework
/** Display in CSV the data provided
No property available
/** Don't allow to output in CSV if the functions are not available in PHP
/**
Display in CSV the data provided
@param mixed $data
The data to be displayed