20250302#1
This commit is contained in:
@@ -4,9 +4,10 @@ namespace Rmphp\Foundation;
|
|||||||
|
|
||||||
use Psr\Http\Message\RequestInterface;
|
use Psr\Http\Message\RequestInterface;
|
||||||
|
|
||||||
|
|
||||||
interface RouterInterface {
|
interface RouterInterface {
|
||||||
public function setStartPoint(string $mountPoint): void;
|
public function setStartPoint(string $mountPoint): void;
|
||||||
public function withRules(array $rules) : void;
|
public function withRules(array $rules) : void;
|
||||||
|
public function withSet(array $rules): void;
|
||||||
public function match(RequestInterface $request) : ?array;
|
public function match(RequestInterface $request) : ?array;
|
||||||
|
public function matchByArgv(RequestInterface $request) : ?array;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user