Total Complexity | 5 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php namespace CalDAVClient\Facade\Responses; |
||
19 | final class CalendarHomesResponse extends GenericSinglePROPFINDCalDAVResponse |
||
20 | { |
||
21 | /** |
||
22 | * @return string |
||
23 | */ |
||
24 | public function getCalendarHomeSetUrl(){ |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @return string|null |
||
31 | */ |
||
32 | public function getRealCalDAVHost(){ |
||
35 | } |
||
36 | } |