Nexus API Reference

ResolvedHandler
in package

Read onlyYes
FinalYes
Tags
psalm-api

Compiled handler. The hot path calls invoke($r, $scope, $pathParams) once. Returns either ResponseInterface or Future<ResponseInterface>.

Table of Contents

Properties

$invoke  : Closure
$needsRequestScope  : bool
$returnsResponse  : bool

Methods

__construct()  : mixed

Properties

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
On this page

Search results