feat: Initial commit
This commit is contained in:
12
lib/Storages/IStorage.php
Normal file
12
lib/Storages/IStorage.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Aerex\BaikalStorage\Storages;
|
||||
|
||||
use Sabre\VObject\Component\VCalendar as Calendar;
|
||||
|
||||
interface IStorage {
|
||||
public function save(Calendar $c);
|
||||
public function refresh();
|
||||
public function getConfig();
|
||||
public function setRawConfigs();
|
||||
}
|
Reference in New Issue
Block a user