class Response (View source)

Methods

__construct( string|null $message = null)

Create a new response.

string|null
message()

Get the response message.

string
__toString()

Get the string representation of the message.

Details

at line line 19
__construct( string|null $message = null)

Create a new response.

Parameters

string|null $message

at line line 29
string|null message()

Get the response message.

Return Value

string|null

at line line 39
string __toString()

Get the string representation of the message.

Return Value

string