5use Dflydev\FigCookies\SetCookie;
52 return new CookieWrapper(SetCookie::fromSetCookieString($string));
An exception for terminatinating execution or to throw for unit testing.
createRememberedForLongTime(string $name, string $value=null)
Create a new cookie with the given name and value which expires in 5 years.Cookie
createExpired(string $name)
Creates an already expired cookie.This is useful if the cookie should be deleted at the client end....
create(string $name, string $value=null)
Create a new cookie with the given name and value.Cookie
fromSetCookieString(string $string)
Creates the cookie from the cookie string.Cookie
Class CookieJarWrapperTest.
Class ChatMainBarProvider \MainMenu\Provider.