| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class Parse extends Component |
||
| 22 | { |
||
| 23 | // Public Methods |
||
| 24 | // ========================================================================= |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Return the ICal object (or null) for the events feed |
||
| 28 | * |
||
| 29 | * @param mixed|array|string $files |
||
| 30 | * @param array $config |
||
| 31 | * |
||
| 32 | * @return ICal |
||
| 33 | */ |
||
| 34 | public function ics(mixed $files, array $config = []): ICal |
||
| 39 |