interface ViewMetaData (View source)

Interface for retrieving metadata generated during view queries.

Methods

int|null
totalRows()

Returns the total number of rows returned by this view query

array|null
debug()

Returns debug information for this view query if enabled

Details

int|null totalRows()

Returns the total number of rows returned by this view query

Return Value

int|null

array|null debug()

Returns debug information for this view query if enabled

Return Value

array|null