__construct() __construct(?string $configPath = null) : mixed Parameters ?string $configPath Returns mixed —
queueCookie() queueCookie(string $name, string $value, ?int $expire = null) : void Parameters string $name string $value ?int $expire
sendQueuedCookies() sendQueuedCookies(?\Symfony\Component\HttpFoundation\Response $response = null) : void Parameters ?\Symfony\Component\HttpFoundation\Response $response
setResponseCookie() setResponseCookie(\Symfony\Component\HttpFoundation\Response $response, string $name, string $value, ?int $expire = null) : void Parameters \Symfony\Component\HttpFoundation\Response $response string $name string $value ?int $expire
forgetResponseCookie() forgetResponseCookie(\Symfony\Component\HttpFoundation\Response $response, string $name) : void Parameters \Symfony\Component\HttpFoundation\Response $response string $name
get() get(\Symfony\Component\HttpFoundation\Request $request, string $name) : ?string Parameters \Symfony\Component\HttpFoundation\Request $request string $name Returns ?string —
decodePayload() decodePayload(string $payload) : ?string Parameters string $payload Returns ?string —