This commit is contained in:
12
CommentPush/lib/Contract/ServiceInterface.php
Normal file
12
CommentPush/lib/Contract/ServiceInterface.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* @author gaobinzhan <gaobinzhan@gmail.com>
|
||||
*/
|
||||
|
||||
|
||||
interface ServiceInterface
|
||||
{
|
||||
public function __handler($active, $comment, $plugin);
|
||||
|
||||
public function logger($object, $context, $result, $error);
|
||||
}
|
||||
Reference in New Issue
Block a user