Documentation

ViewMetaData
in package

Class for retrieving metadata generated during view queries.

Table of Contents

$debug  : array<string|int, mixed>|null
$totalRows  : int|null
__construct()  : mixed
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

Properties

$debug

private array<string|int, mixed>|null $debug = null

Methods

__construct()

public __construct([array<string|int, mixed>|null $meta = null ]) : mixed
Parameters
$meta : array<string|int, mixed>|null = null
Return values
mixed

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
Return values
int|null

        

Search results