title | footer |
---|---|
\leantime\domain\repositories\sprints |
false |
- Full name:
\leantime\domain\repositories\sprints
__construct - get database connection
public sprints::__construct(): mixed
Return Value:
getSprint - get single sprint
public sprints::getSprint(mixed $id): array
Parameters:
Parameter | Type | Description |
---|---|---|
id |
mixed |
Return Value:
getAllSprints - get all sprints for a project
public sprints::getAllSprints(mixed $projectId): array
Parameters:
Parameter | Type | Description |
---|---|---|
projectId |
mixed |
Return Value:
getAllSprints - get all sprints for a project
public sprints::getAllFutureSprints(mixed $projectId): array
Parameters:
Parameter | Type | Description |
---|---|---|
projectId |
mixed |
Return Value:
getCurrentSprintId - get current sprint for a project
public sprints::getCurrentSprint(mixed $projectId): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
projectId |
mixed |
Return Value:
getUpcomingSprint - gets the next upcoming sprint
public sprints::getUpcomingSprint(mixed $projectId): array
Parameters:
Parameter | Type | Description |
---|---|---|
projectId |
mixed |
Return Value:
public sprints::addSprint(mixed $sprint): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
sprint |
mixed |
Return Value:
public sprints::editSprint(mixed $sprint): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
sprint |
mixed |
Return Value:
public sprints::delSprint(mixed $id): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
id |
mixed |
Return Value:
Automatically generated from source code comments on 2023-02-28 using phpDocumentor