e
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace HttpServer\IInterface;
|
||||
|
||||
|
||||
interface Task
|
||||
{
|
||||
|
||||
public function getParams();
|
||||
|
||||
public function handler();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user