class Response

Properties

protected string|null $message

The response message.

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 19
__construct(string|null $message = null)

Create a new response.

Parameters

string|null $message

at line 29
string|null message()

Get the response message.

Return Value

string|null

at line 39
string __toString()

Get the string representation of the message.

Return Value

string