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