SessionInterface
interface SessionInterface implements SessionInterface (View source)
Methods
SessionHandlerInterface | getHandler() Get the session handler instance. | |
bool | handlerNeedsRequest() Determine if the session handler needs a request. | |
void | setRequestOnHandler(Request $request) Set the request on the handler instance. |
Details
SessionHandlerInterface getHandler()
Get the session handler instance.
bool handlerNeedsRequest()
Determine if the session handler needs a request.
void setRequestOnHandler(Request $request)
Set the request on the handler instance.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.2/Illuminate/Session/SessionInterface.html