ViewMetaData
in
Interface for retrieving metadata generated during view queries.
Table of Contents
- debug() : array<string|int, mixed>|null
- Returns debug information for this view query if enabled
- totalRows() : int|null
- Returns the total number of rows returned by this view query
Methods
debug()
Returns debug information for this view query if enabled
public
debug() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null —totalRows()
Returns the total number of rows returned by this view query
public
totalRows() : int|null