Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.2.x will end 22 April 2024 (12 months).
  • Bug fixes for security issues in 4.2.x will end 7 October 2024 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.1.x is supported too.

(no description)

File Size: 160 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Response:: (6 methods):
  __construct()
  getStatusCode()
  getReasonPhrase()
  withStatus()
  assertStatusCodeIsInteger()
  assertStatusCodeRange()


Class: Response  - X-Ref

PSR-7 response implementation.

__construct(int $status = 200,array $headers = [],$body = null,string $version = '1.1',string $reason = null)   X-Ref

param: int                                  $status  Status code
param: array<string, string|string[]>       $headers Response headers
param: string|resource|StreamInterface|null $body    Response body
param: string                               $version Protocol version
param: string|null                          $reason  Reason phrase (when empty a default will be used based on the status code)

getStatusCode()   X-Ref
No description

getReasonPhrase()   X-Ref
No description

withStatus($code, $reasonPhrase = '')   X-Ref
No description

assertStatusCodeIsInteger($statusCode)   X-Ref

param: mixed $statusCode

assertStatusCodeRange(int $statusCode)   X-Ref
No description