Response
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. |
Response
class Response (View source)
| __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. |
Please login to continue.