Create ServiceInterface
This commit is contained in:
10
app/CachetHq/Cachet/Service/ServiceInterface.php
Normal file
10
app/CachetHq/Cachet/Service/ServiceInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace CachetHQ\Cachet\Service;
|
||||
|
||||
interface ServiceInterface {
|
||||
public function register();
|
||||
public function unregister();
|
||||
public function fire($data);
|
||||
public function getService($type);
|
||||
}
|
||||
Reference in New Issue
Block a user