-
Annotation
-
-
NamedArgumentConstructor
-
-
Target
-
Interfaces, Classes, Traits and Enums
- Annotation
Table of Contents
-
$columns
: array<string|int, string>
-
$fields
: array<string|int, string>
-
$name
: string
-
$options
: array<string, mixed>
-
__construct()
: mixed
$columns
public
array<string|int, string>
$columns
$fields
public
array<string|int, string>
$fields
$name
public
string
$name
$options
public
array<string, mixed>
$options
__construct()
public
__construct([string|null $name = null ][, array<string|int, string> $columns = null ][, array<string|int, string> $fields = null ][, array<string, mixed> $options = null ]) : mixed
Parameters
-
$name
: string|null
= null
-
-
$columns
: array<string|int, string>
= null
-
-
$fields
: array<string|int, string>
= null
-
-
$options
: array<string, mixed>
= null
-
Return values
mixed
—