Total Complexity | 4 |
Total Lines | 48 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | class Calendar extends GoogleCalendar |
||
6 | { |
||
7 | public function __construct(string $token) |
||
8 | { |
||
9 | parent::__construct($token); |
||
10 | } |
||
11 | |||
12 | public function read(?array $headers): Calendar |
||
26 | } |
||
27 | |||
28 | public function timezone(?array $headers): ?string |
||
38 | } |
||
39 | |||
40 | public function insert(string $summary): Calendar |
||
53 | } |
||
54 | } |