ReportResult
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
getAverages()
No description
getEndDate()
No description
setHeaders($headers)
No description
Header[]
getHeaders()
No description
setRows($rows)
No description
getStartDate()
No description
setTotalMatchedRows($totalMatchedRows)
No description
string
getTotalMatchedRows()
No description
setWarnings($warnings)
No description
string[]
getWarnings()
No description
Details
setAverages(Row $averages)
No description
Row
getAverages()
No description
setEndDate(Date $endDate)
No description
Date
getEndDate()
No description
setHeaders($headers)
No description
Header[]
getHeaders()
No description
setRows($rows)
No description
Row[]
getRows()
No description
setStartDate(Date $startDate)
No description
Date
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