Files
kiri-core/HttpServer/IInterface/After.php
T
2020-09-09 10:36:00 +08:00

13 lines
102 B
PHP

<?php
namespace HttpServer\IInterface;
interface After
{
public function onHandler($params);
}