TasksStagesProvider
FinalYes
Table of Contents
Methods
- __construct() : mixed
- getStages() : array<string|int, TaskStageDto>
Methods
__construct()
public
__construct([string|null $workMode = null ][, int|null $stageId = null ][, int|null $projectId = null ][, int|null $userId = null ]) : mixed
Parameters
- $workMode : string|null = null
- $stageId : int|null = null
- $projectId : int|null = null
- $userId : int|null = null
getStages()
public
getStages(array<int, array{ID: int, STAGE_ID: int}> $tasks) : array<string|int, TaskStageDto>
Parameters
- $tasks : array<int, array{ID: int, STAGE_ID: int}>