Documentation

ExportCsvComponent
in package

Table of Contents

Properties

$break  : mixed
$charset  : mixed
$delimiter  : mixed
$extension  : mixed
$filename  : mixed
$headerOnly  : mixed
$col_defs  : mixed
$cols  : mixed
$csv  : mixed
$data  : mixed
$rows  : mixed

Methods

__construct()  : mixed
build()  : mixed
download()  : mixed
export()  : mixed
getDelimiter()  : mixed
Get the value of delimiter
getExtension()  : mixed
Get the value of extension
getFilename()  : mixed
Get the value of filename
getHeaderOnly()  : mixed
Get the value of headerOnly
setDelimiter()  : self
Set the value of delimiter
setExtension()  : self
Set the value of extension
setFilename()  : self
Set the value of filename
setHeaderOnly()  : self
Set the value of headerOnly

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $multi_array[, array<string|int, mixed> $col_defs = null ]) : mixed
Parameters
$multi_array : array<string|int, mixed>
$col_defs : array<string|int, mixed> = null

setDelimiter()

Set the value of delimiter

public setDelimiter(mixed $delimiter) : self
Parameters
$delimiter : mixed
Return values
self

setExtension()

Set the value of extension

public setExtension(mixed $extension) : self
Parameters
$extension : mixed
Return values
self

setFilename()

Set the value of filename

public setFilename(mixed $filename) : self
Parameters
$filename : mixed
Return values
self

setHeaderOnly()

Set the value of headerOnly

public setHeaderOnly(mixed $headerOnly) : self
Parameters
$headerOnly : mixed
Return values
self

        
On this page

Search results