Task - Expanded
new \Kronup\Model\TaskExpanded();
Task model
Model getters
| Method name | Return type | Description |
|---|---|---|
| getId() | string | Task ID |
| getAssigneeUserId() | string | User ID |
| getHeading() | string | Task title |
| getState() | string | Task state ( idle in progress in review done ) [default to 'idle'] |
| getDetails() | string | Task description |
| getMinute() | \Kronup\Model\Minute | |
| getNotions() | \Kronup\Model\Notion[] | Notions |