Stage
Table of Contents
Constants
- GAP_TIME = 60
- MIN_GAP_TIME = 1
- WITHOUT_GAP_TIME = 0
Methods
- getItems() : InitialiazerResult
- getType() : StageType
- sendPullAfterInsert() : void
- setGapTime() : Stage
Constants
GAP_TIME
public
mixed
GAP_TIME
= 60
MIN_GAP_TIME
public
mixed
MIN_GAP_TIME
= 1
WITHOUT_GAP_TIME
public
mixed
WITHOUT_GAP_TIME
= 0
Methods
getItems()
public
getItems(InitialiazerResult $result) : InitialiazerResult
Parameters
- $result : InitialiazerResult
Return values
InitialiazerResultgetType()
public
static getType() : StageType
Return values
StageTypesendPullAfterInsert()
public
sendPullAfterInsert(array<string|int, mixed> $items) : void
Parameters
- $items : array<string|int, mixed>
setGapTime()
public
setGapTime([int $gapTime = self::GAP_TIME ]) : Stage
Parameters
- $gapTime : int = self::GAP_TIME