DefaultStages
extends Scenario
Table of Contents
Methods
-
__construct()
: mixed
-
getStagesData()
: array<string|int, mixed>
-
play()
: Result
-
setStagesData()
: DefaultStages
__construct()
public
__construct(string $entityId, string $statusPrefix, int $categoryId) : mixed
Parameters
-
$entityId
: string
-
-
$statusPrefix
: string
-
-
$categoryId
: int
-
getStagesData()
public
getStagesData() : array<string|int, mixed>
Return values
array<string|int, mixed>
play()
public
play() : Result
setStagesData()
public
setStagesData(array<string|int, mixed> $stagesData) : DefaultStages
Parameters
-
$stagesData
: array<string|int, mixed>
-