Aplus Framework Docs

Values

Trait Values.

Table of Contents

values()  : static
Adds a row of values to the VALUES clause.
renderValues()  : string|null
Renders the VALUES clause.

Methods

values()

Adds a row of values to the VALUES clause.

public values(array<string|int, array<string|int, mixed>>|Closure|float|int|string|null $value, Closure|float|int|string|null ...$values) : static
Parameters
$value : array<string|int, array<string|int, mixed>>|Closure|float|int|string|null
$values : Closure|float|int|string|null
Return values
static

renderValues()

Renders the VALUES clause.

protected renderValues() : string|null
Return values
string|null

The VALUES part or null if none was set

Search results