Files
kiri-core/HttpServer/IInterface/After.php
T

13 lines
102 B
PHP
Raw Normal View History

2020-09-09 10:36:00 +08:00
<?php
namespace HttpServer\IInterface;
interface After
{
public function onHandler($params);
}