Stage
Table of Contents
Methods
-
__construct()
: mixed
-
addStages()
: mixed
-
getStageIds()
: mixed
-
updateTaskStageId()
: mixed
__construct()
public
__construct(Base $taskImplementer, mixed $mapIdsCopiedStages) : mixed
Parameters
-
$taskImplementer
: Base
-
-
$mapIdsCopiedStages
: mixed
-
addStages()
public
addStages(mixed $taskId, array<string|int, mixed> $stageIds) : mixed
Parameters
-
$taskId
: mixed
-
-
$stageIds
: array<string|int, mixed>
-
getStageIds()
public
getStageIds(mixed $taskId) : mixed
Parameters
-
$taskId
: mixed
-
updateTaskStageId()
public
updateTaskStageId(Container $container, mixed $taskId, mixed $copiedTaskId) : mixed
Parameters
-
$container
: Container
-
-
$taskId
: mixed
-
-
$copiedTaskId
: mixed
-