| 1 | <?php |
||
| 17 | class ChangeTaskProgressCommand |
||
| 18 | { |
||
| 19 | private $id; |
||
| 20 | private $progress; |
||
| 21 | private $editorId; |
||
| 22 | |||
| 23 | public function __construct(string $id, string $progress, string $editorId) |
||
| 29 | |||
| 30 | public function id() : string |
||
| 34 | |||
| 35 | public function progress() : string |
||
| 39 | |||
| 40 | public function editorId() : string |
||
| 44 | } |
||
| 45 |