mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-20 23:25:35 +08:00
initial 2.0.0-a2 commit
This commit is contained in:
20
src/ZM/Event/Swoole/SwooleEventInterface.php
Normal file
20
src/ZM/Event/Swoole/SwooleEventInterface.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace ZM\Event\Swoole;
|
||||
|
||||
|
||||
use ZM\Event\Event;
|
||||
|
||||
interface SwooleEventInterface extends Event
|
||||
{
|
||||
/**
|
||||
* @return SwooleEventInterface
|
||||
*/
|
||||
public function onActivate();
|
||||
|
||||
/**
|
||||
* @return SwooleEventInterface
|
||||
*/
|
||||
public function onAfter();
|
||||
}
|
||||
Reference in New Issue
Block a user