改名
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Snowflake\Events;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
interface EventDispatchInterface
|
||||
{
|
||||
|
||||
public function getZOrder(): int;
|
||||
|
||||
public function onHandler(): void;
|
||||
|
||||
public function stopPagination(): bool;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user