8 lines
102 B
PHP
8 lines
102 B
PHP
|
<?php
|
||
|
|
||
|
namespace Pandy06269\iCalDrupal\includes;
|
||
|
|
||
|
interface IEventReader
|
||
|
{
|
||
|
function getEvents();
|
||
|
}
|