public |
#
__construct( $items, $headers, $delimiter, $quote_character )
Constructor
|
public |
#
set_headers( $headers )
|
public |
#
set_items( $items )
|
public |
#
get_headers( )
|
public |
#
get_items( )
|
public |
#
set_delimiter( $delimiter )
Set the delimiter for the CSV generation
|
public |
#
set_quotation_character( $quotation_character )
Set the text delimiter for the CSV generation
|
public |
#
render_with_headers( )
|
public |
#
render_without_headers( )
|
protected |
#
get_cell( $header, $item )
Return the contents of an individual cell
|