Total Complexity | 4 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class UserEventSubscribeWithScan extends Event implements Contract |
||
15 | { |
||
16 | public function isScan(): bool |
||
19 | } |
||
20 | |||
21 | public function getTicket(): ?string |
||
24 | } |
||
25 | |||
26 | public function getScene(): ?QrScene |
||
27 | { |
||
28 | return QrScene::create($this->getEventKey()); |
||
29 | } |
||
30 | |||
31 | public function isSubscribe(): bool |
||
34 | } |
||
35 | } |
||
36 |