Skip to content

RequestContext


  • Full name: \Codefy\Framework\Http\RequestContext
  • This class is marked as final and can't be subclassed
  • This class is a Final class

Properties

request

private static ?\Psr\Http\Message\ServerRequestInterface $request
  • This property is static.

Methods

set

public static set(\Psr\Http\Message\ServerRequestInterface $request): void
  • This method is static. Parameters:
Parameter Type Description
$request \Psr\Http\Message\ServerRequestInterface

get

public static get(): ?\Psr\Http\Message\ServerRequestInterface
  • This method is static.