34 public function has(
string $name) : bool;
53 public function getAll() : array;
Class CookieJarWrapperTest.
getAll()
Fetches all cookies from the current jar.
has(string $name)
Checks if a cookie with the given name is in the jar.
without(string $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.