interface Illuminate / Contracts / Cookie / QueueingFactory
You are viewing an older version of the documentation. For the latest, please visit master documentation.

QueueingFactory

Methods

public

queue ( $parameters ) : void

Queue a cookie to send with the next response.

Parameters

  • $parameters array
public

unqueue ( $name , $path ) : void

Remove a cookie from the queue.

Parameters

  • $name string
  • $path string|null
public

getQueuedCookies ( ) : array

Get the cookies which have been queued for the next request.