Static Public Member Functions | |
static | logTaskCheckItemEvent (Task $task, TaskCheckListItem $taskCheckListItem) |
static | logTaskStatusChangeEvent (Task $task, $currentStatusLabel, $newStatusLabel) |
static | logAddTaskEvent (Task $task) |
static | logAddCommentEvent (Task $task, $comment) |
Helper class for working with projects
Definition at line 39 of file ProjectsUtil.php.
static logTaskCheckItemEvent | ( | Task $ | task, | |
TaskCheckListItem $ | taskCheckListItem | |||
) | [static] |
Logs event on adding task check item for the task
Task | $task | |
TaskCheckListItem |
Definition at line 46 of file ProjectsUtil.php.
static logTaskStatusChangeEvent | ( | Task $ | task, | |
$ | currentStatusLabel, | |||
$ | newStatusLabel | |||
) | [static] |
Logs event on changing task status
Task | $task | |
string | $currentStatusLabel | |
string | $newStatusLabel |
Definition at line 61 of file ProjectsUtil.php.
static logAddTaskEvent | ( | Task $ | task | ) | [static] |
Logs event on adding task to the project
Task | $task |
Definition at line 78 of file ProjectsUtil.php.
static logAddCommentEvent | ( | Task $ | task, | |
$ | comment | |||
) | [static] |
Logs event on adding comment to the task
Task | $task | |
string | $comment |
Definition at line 91 of file ProjectsUtil.php.