class ReportResult extends Collection (View source)

Properties

protected $collection_key
protected $averagesType
protected $averagesDataType
protected $endDateType
protected $endDateDataType
protected $headersType
protected $headersDataType
protected $rowsType
protected $rowsDataType
protected $startDateType
protected $startDateDataType
string $totalMatchedRows
protected $totalsType
protected $totalsDataType
string[] $warnings

Methods

setAverages(Row $averages)

No description

Row
getAverages()

No description

setEndDate(Date $endDate)

No description

getEndDate()

No description

setHeaders($headers)

No description

Header[]
getHeaders()

No description

setRows($rows)

No description

Row[]
getRows()

No description

setStartDate(Date $startDate)

No description

getStartDate()

No description

setTotalMatchedRows($totalMatchedRows)

No description

string
getTotalMatchedRows()

No description

setTotals(Row $totals)

No description

Row
getTotals()

No description

setWarnings($warnings)

No description

string[]
getWarnings()

No description

Details

setAverages(Row $averages)

No description

Parameters

Row $averages

Row getAverages()

No description

Return Value

Row

setEndDate(Date $endDate)

No description

Parameters

Date $endDate

Date getEndDate()

No description

Return Value

Date

setHeaders($headers)

No description

Parameters

$headers

Header[] getHeaders()

No description

Return Value

Header[]

setRows($rows)

No description

Parameters

$rows

Row[] getRows()

No description

Return Value

Row[]

setStartDate(Date $startDate)

No description

Parameters

Date $startDate

Date getStartDate()

No description

Return Value

Date

setTotalMatchedRows($totalMatchedRows)

No description

Parameters

$totalMatchedRows

string getTotalMatchedRows()

No description

Return Value

string

setTotals(Row $totals)

No description

Parameters

Row $totals

Row getTotals()

No description

Return Value

Row

setWarnings($warnings)

No description

Parameters

$warnings

string[] getWarnings()

No description

Return Value

string[]