45 public function get(
$name);
has($name)
Checks if a cookie with the given name is in the jar.
Class CookieJarWrapperTest.
getAll()
Fetches all cookies from the current jar.
Representation of an outgoing, server-side response.
without($name)
Creates a cookie jar without the specified cookie.
renderIntoResponseHeader(ResponseInterface $response)
Render CookieJar into a Response.
with(Cookie $setCookie)
Creates a new cookie jar with the given cookie.