Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php // Copyright ⓒ 2018 Magneds IP B.V. - All Rights Reserved |
||
42 | public function __construct(ProjectID $id, string $name, string $description, DateTime $created, int $owner) |
||
43 | { |
||
44 | $this->id = $id; |
||
45 | $this->name = $name; |
||
46 | $this->description = $description; |
||
47 | $this->created = $created; |
||
48 | $this->owner = $owner; |
||
49 | } |
||
102 |