class PlayautoFactory extends Factory (View source)

Methods

array
definition()

Define the order sheet's default state.

static Factory
make(int|array|null $count = null, array $state = [])

Create a new Factory instance

from  Factory
count(int|null $count = null)

Update the count of the returned definitions

from  Factory
state(array $state)

Update the state of the returned definitions

from  Factory
array
create()

Create definition(s) with the given state and count

from  Factory
array
header()

Get header cells

from  Factory

Details

array definition()

Define the order sheet's default state.

Return Value

array

The method returns a row of a specific order sheet for a company

static Factory make(int|array|null $count = null, array $state = [])

Create a new Factory instance

Parameters

int|array|null $count

The new count

array $state

The new state

Return Value

Factory

The method returns a new Factory instance

Factory count(int|null $count = null)

Update the count of the returned definitions

Parameters

int|null $count

The new count

Return Value

Factory

The method returns the new count

Factory state(array $state)

Update the state of the returned definitions

Parameters

array $state

The new state

Return Value

Factory

The method returns the new state

array create()

Create definition(s) with the given state and count

Return Value

array

The method returns the definition with the given state and count

array header()

Get header cells

Return Value

array

The header cells