class AggregateNumericDocumentation

This file provides property and method documentation for the model AggregateNumeric.

This file is generated by the XELOS command line tool xf kickstart. It will be overwritten when new kickstart actions are performed.

Add @mixin \XELOS\Modules\SystemStats\Docs\ClassGenerated\Model\AggregateNumericDocumentation to the model to get access to the properties.

Properties

string $level:

enum day|week|month

string $date:

stored in MySQL as date

int $aggregate_dimension_id
float $value:

stored in MySQL as decimal

string $_primary

Methods

AggregateNumeric[]
all(mixed $sql_params)

Returns all models. Query params can be e.g. order_by

int
count_all(mixed $sql_params)

Returns the count

Details

at line 25
AggregateNumeric[] all(mixed $sql_params)

Returns all models. Query params can be e.g. order_by

Parameters

mixed $sql_params

Return Value

AggregateNumeric[]

at line 25
int count_all(mixed $sql_params)

Returns the count

Parameters

mixed $sql_params

Return Value

int