Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | public function __construct(string $hash, string $email, string $organization, string $firstname = null, string $lastname = null) |
||
21 | { |
||
22 | $this->hash = $hash; |
||
23 | $this->email = $email; |
||
24 | $this->firstname = $firstname; |
||
25 | $this->lastname = $lastname; |
||
26 | $this->organization = $organization; |
||
27 | } |
||
39 |