Response
class Response (View source)
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
__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.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Auth/Access/Response.html