111
This commit is contained in:
@@ -26,6 +26,14 @@ abstract class Handler implements RequestHandlerInterface
|
|||||||
public CHl $handler;
|
public CHl $handler;
|
||||||
public ?Iterator $middlewares = null;
|
public ?Iterator $middlewares = null;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param \Kiri\Proxy\AspectProxy $aspectProxy
|
||||||
|
*/
|
||||||
|
public function setAspectProxy(AspectProxy $aspectProxy): void
|
||||||
|
{
|
||||||
|
$this->aspectProxy = $aspectProxy;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param \Http\Handler\Handler $handler
|
* @param \Http\Handler\Handler $handler
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user