RobotService
implements
Errorable
Table of Contents
Interfaces
- Errorable
Constants
-
ERROR_COULD_NOT_UPDATE_ROBOTS
= 'TASKS_RS_01'
Methods
-
__construct()
: mixed
-
getErrorByCode()
: mixed
-
getErrors()
: mixed
-
hasRobots()
: bool
-
updateRobotsOfLastSprint()
: bool
ERROR_COULD_NOT_UPDATE_ROBOTS
public
mixed
ERROR_COULD_NOT_UPDATE_ROBOTS
= 'TASKS_RS_01'
__construct()
public
__construct() : mixed
getErrorByCode()
public
getErrorByCode(mixed $code) : mixed
Parameters
-
$code
: mixed
-
getErrors()
public
getErrors() : mixed
hasRobots()
public
hasRobots(int $groupId, array<string|int, mixed> $stageIds) : bool
Parameters
-
$groupId
: int
-
-
$stageIds
: array<string|int, mixed>
-
updateRobotsOfLastSprint()
public
updateRobotsOfLastSprint(int $groupId, array<string|int, mixed> $stageIdsMap) : bool
Parameters
-
$groupId
: int
-
-
$stageIdsMap
: array<string|int, mixed>
-