Skip to content

Min

Constants

ConstantVisibilityTypeValue
NAMEpublic'min'

Methods

compare

php
protected compare(int|float $a, int|float $b): bool

Parameters:

ParameterTypeDescription
$aint|float
$bint|float

Inherited methods

col

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

Parameters:

ParameterTypeDescription
$columnstring
$as?string

executeProperty

php
public executeProperty(\MammothPHP\WoollyM\Statements\Select\Select $select): int|float|null

Parameters:

ParameterTypeDescription
$select\MammothPHP\WoollyM\Statements\Select\Select

executeMethod

php
public executeMethod(\MammothPHP\WoollyM\Statements\Select\Select $select, array $arguments): int|float|null

Parameters:

ParameterTypeDescription
$select\MammothPHP\WoollyM\Statements\Select\Select
$argumentsarray

addValue

php
public addValue(mixed $value): void

Parameters:

ParameterTypeDescription
$valuemixed

getResult

php
public getResult(): int|float|null

execute

php
protected execute(\MammothPHP\WoollyM\Statements\Select\Select $select): void

Parameters:

ParameterTypeDescription
$select\MammothPHP\WoollyM\Statements\Select\Select

compare

php
protected compare(int|float $a, int|float $b): bool
  • This method is abstract.

Parameters:

ParameterTypeDescription
$aint|float
$bint|float


Automatically generated on 2024-07-03

Released under the BSD 3-Clause License.