Table of Contents
-
$factoryClass
: mixed
-
$factoryMakeCount
: int
-
__construct()
: mixed
-
count()
: $this
-
make()
: stdClass|array<string|int, stdClass>
-
makeWithUniqueAttributes()
: stdClass|array<string|int, stdClass>
$factoryClass
protected
mixed
$factoryClass
$factoryMakeCount
protected
int
$factoryMakeCount
= 1
__construct()
public
__construct(string $factoryClassPath) : mixed
Parameters
-
$factoryClassPath
: string
-
Return values
mixed
—
count()
public
count(int $count) : $this
Parameters
-
$count
: int
-
Return values
$this
—
make()
public
make([array<string|int, mixed> $attributes = [] ]) : stdClass|array<string|int, stdClass>
Parameters
-
$attributes
: array<string|int, mixed>
= []
-
Return values
stdClass|array<string|int, stdClass>
—
makeWithUniqueAttributes()
public
makeWithUniqueAttributes([array<string|int, array<string|int, mixed>> $attributes = [] ]) : stdClass|array<string|int, stdClass>
Parameters
-
$attributes
: array<string|int, array<string|int, mixed>>
= []
-
Return values
stdClass|array<string|int, stdClass>
—