Factory
abstract class Factory (View source)
Methods
array
definition()
Define a factory definition for online mall companies
array
create()
Create definition(s) with the given state and count
array
header()
Get header cells
Details
abstract array
definition()
Define a factory definition for online mall companies
static Factory
make(int|array|null $count = null, array $state = [])
Create a new Factory instance
Factory
count(int|null $count = null)
Update the count of the returned definitions
Factory
state(array $state)
Update the state of the returned definitions
array
create()
Create definition(s) with the given state and count
array
header()
Get header cells