52 return new CookieWrapper(SetCookie::fromSetCookieString($string));
createExpired($name)
Creates an already expired cookie.This is useful if the cookie should be deleted at the client end...
createRememberedForLongTime($name, $value=null)
Create a new cookie with the given name and value which expires in 5 years.The unique cookie name...
static create($name, $value=null)
create($name, $value=null)
Create a new cookie with the given name and value.The unique cookie name. Cookie value.Cookie
Class CookieJarWrapperTest.
static createRememberedForever($name, $value=null)
static createExpired($name)
fromSetCookieString($string)
Creates the cookie from the cookie string.Cookie string.Cookie