Queue (Cookie)

Queue

class Queue implements HttpKernelInterface (View source)

Methods

void __construct(HttpKernelInterface $app, CookieJar $cookies)

Create a new CookieQueue instance.

Response handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true)

Handle the given request and get the response.

Details

void __construct(HttpKernelInterface $app, CookieJar $cookies)

Create a new CookieQueue instance.

Parameters

HttpKernelInterface $app
CookieJar $cookies

Return Value

void

Response handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true)

Handle the given request and get the response.

Parameters

Request $request
int $type
bool $catch

Return Value

Response

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Cookie/Queue.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部