Nexus API Reference

RequestBoundContext extends InvocationContext
in package

Read onlyYes
AbstractYes
Tags
psalm-api

Common base for invocation contexts that have a request. Path parameters are matched at route time and stored here for PathParamResolver to read.

Two concrete subclasses: HttpRequestContext (HTTP __invoke; adds PerRequestActorScope) and WsConnectionContext (WS constructor; adds WebSocketContext — lives in nexus-http-ws).

Table of Contents

Properties

$pathParams  : array<string|int, mixed>
$request  : ServerRequestInterface
$scope  : Scope
$services  : ResolverServices

Methods

__construct()  : mixed

Properties

Methods


        
On this page

Search results