Table of Contents
Properties
-
$alias
: string|null
-
$field
: string
-
$function
: string
Methods
-
__construct()
: mixed
-
as()
: self
-
build()
: array<string|int, mixed>
$alias
private
string|null
$alias
= null
$field
private
string
$field
$function
private
string
$function
__construct()
public
__construct(string $function, string $field) : mixed
Parameters
-
$function
: string
-
-
$field
: string
-
as()
public
as(string $alias) : self
Parameters
-
$alias
: string
-
build()
public
build() : array<string|int, mixed>
Return values
array<string|int, mixed>