TasksMoveStageProvider
FinalYes
Table of Contents
Methods
- __construct() : mixed
- updateProjectDeadlineTaskStage() : bool
- updateProjectKanbanTaskStage() : bool
- updateProjectPlannerTaskStage() : bool
- updateUserDeadlineTaskStage() : bool
- updateUserPlannerTaskStage() : bool
Methods
__construct()
public
__construct(int $userId) : mixed
Parameters
- $userId : int
updateProjectDeadlineTaskStage()
public
updateProjectDeadlineTaskStage(int $taskId, int $stageId, int $projectId) : bool
Parameters
- $taskId : int
- $stageId : int
- $projectId : int
Return values
boolupdateProjectKanbanTaskStage()
public
updateProjectKanbanTaskStage(int $taskId, int $stageId, int $projectId) : bool
Parameters
- $taskId : int
- $stageId : int
- $projectId : int
Return values
boolupdateProjectPlannerTaskStage()
public
updateProjectPlannerTaskStage(int $taskId, int $stageId, int $projectId) : bool
Parameters
- $taskId : int
- $stageId : int
- $projectId : int
Return values
boolupdateUserDeadlineTaskStage()
public
updateUserDeadlineTaskStage(int $taskId, int $stageId) : bool
Parameters
- $taskId : int
- $stageId : int
Return values
boolupdateUserPlannerTaskStage()
public
updateUserPlannerTaskStage(int $taskId, int $stageId) : bool
Parameters
- $taskId : int
- $stageId : int