abstract class Factory (View source)

Methods

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

count(int|null $count = null)

Update the count of the returned definitions

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

Details

abstract array definition()

Define a factory definition for online mall companies

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