ServerInterface
in

Declares the capabilities of the resource server.

Table of Contents

Methods

findTarget()  : Target|HttpResponseCodeEnum
Attempts to locate an object associated with a given route.

Methods

findTarget()

Attempts to locate an object associated with a given route.

public findTarget(ServerRequestInterface $request) : Target|HttpResponseCodeEnum

The object defines an action that will be executed for HTTP requests that match the associated route.

Parameters
$request : ServerRequestInterface
Return values
Target|HttpResponseCodeEnum

        
On this page

Search results