-
Annotation
-
-
NamedArgumentConstructor
-
-
Target
-
Interfaces, Classes, Traits and Enums
- Annotation
Table of Contents
-
$allocationSize
: int
-
$initialValue
: int
-
$sequenceName
: string
-
__construct()
: mixed
$allocationSize
public
int
$allocationSize
= 1
$initialValue
public
int
$initialValue
= 1
$sequenceName
public
string
$sequenceName
__construct()
public
__construct([string|null $sequenceName = null ][, int $allocationSize = 1 ][, int $initialValue = 1 ]) : mixed
Parameters
-
$sequenceName
: string|null
= null
-
-
$allocationSize
: int
= 1
-
-
$initialValue
: int
= 1
-
Return values
mixed
—