ResolvedHandler
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
- $invoke : Closure
- $needsRequestScope : bool
- $returnsResponse : bool
Methods
- __construct() : mixed
Properties
$invoke
public
Closure
$invoke
$needsRequestScope
public
bool
$needsRequestScope
$returnsResponse
public
bool
$returnsResponse
Methods
__construct()
public
__construct(callable(ServerRequestInterface, PerRequestActorScope, array<string, string>): Array $invoke, bool $returnsResponse, bool $needsRequestScope) : mixed
Parameters
- $invoke : callable(ServerRequestInterface, PerRequestActorScope, array<string, string>): Array
- $returnsResponse : bool
- $needsRequestScope : bool