Min
- Full name:
\MammothPHP\WoollyM\Stats\Modules\Min - Parent class:
\MammothPHP\WoollyM\Stats\Modules\AbstractMinMaxMax
Constants
| Constant | Visibility | Type | Value |
|---|---|---|---|
NAME | public | 'min' |
Methods
compare
php
protected compare(int|float $a, int|float $b): boolParameters:
| Parameter | Type | Description |
|---|---|---|
$a | int|float | |
$b | int|float |
Inherited methods
col
php
public static col(string $column, ?string $as = null): \MammothPHP\WoollyM\Stats\AggProvider- This method is static.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$column | string | |
$as | ?string |
executeProperty
php
public executeProperty(\MammothPHP\WoollyM\Statements\Select\Select $select): int|float|nullParameters:
| Parameter | Type | Description |
|---|---|---|
$select | \MammothPHP\WoollyM\Statements\Select\Select |
executeMethod
php
public executeMethod(\MammothPHP\WoollyM\Statements\Select\Select $select, array $arguments): int|float|nullParameters:
| Parameter | Type | Description |
|---|---|---|
$select | \MammothPHP\WoollyM\Statements\Select\Select | |
$arguments | array |
addValue
php
public addValue(mixed $value): voidParameters:
| Parameter | Type | Description |
|---|---|---|
$value | mixed |
getResult
php
public getResult(): int|float|nullexecute
php
protected execute(\MammothPHP\WoollyM\Statements\Select\Select $select): voidParameters:
| Parameter | Type | Description |
|---|---|---|
$select | \MammothPHP\WoollyM\Statements\Select\Select |
compare
php
protected compare(int|float $a, int|float $b): bool- This method is abstract.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$a | int|float | |
$b | int|float |
Automatically generated on 2024-07-03