This repository has been archived on 2020-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
ical-drupal-calendar/includes/IEventReader.php

8 lines
102 B
PHP

<?php
namespace Pandy06269\iCalDrupal\includes;
interface IEventReader
{
function getEvents();
}