Total Complexity | 22 |
Total Lines | 95 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
8 | { |
||
9 | public function getStart(): DateTime; |
||
10 | |||
11 | public function getEnd(): DateTime; |
||
12 | |||
13 | public function equals(GenericPeriod $period): bool; |
||
14 | |||
15 | public function in(GenericPeriod $period): bool; |
||
16 | |||
17 | public function encloses(GenericPeriod $period): bool; |
||
18 | |||
19 | public function intersects(GenericPeriod $period): bool; |
||
20 | } |