Skip to content

AggInterface

  • Full name: \MammothPHP\WoollyM\Stats\AggInterface

Methods

col

php
public static col(string $column, ?string $as = null): \MammothPHP\WoollyM\Stats\AggProvider
  • This method is static.

Parameters:

ParameterTypeDescription
$columnstring
$as?string

addValue

php
public addValue(mixed $value): void

Parameters:

ParameterTypeDescription
$valuemixed

getResult

php
public getResult(): mixed


Automatically generated on 2024-07-03

Released under the BSD 3-Clause License.