Nexus API Reference

PathParamResolver
in package
implements ParamResolver

Read onlyYes
FinalYes
Tags
psalm-api

Recognises string-typed parameters in request-bound scopes as path parameters. Looks up by parameter name in the route's matched path params. Missing names resolve to empty string (matches existing HandlerResolver behavior).

Table of Contents

Interfaces

ParamResolver

Methods

compile()  : ParamMetadata|null
resolve()  : mixed

Methods


        
On this page

Search results