Queue
class Queue implements HttpKernelInterface (View source)
Properties
protected HttpKernelInterface | $app | The wrapped kernel implementation. | |
protected CookieJar | $cookies | The cookie jar instance. |
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.
Response handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true)
Handle the given request and get the 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