CloneableCookieInterface.php
system/Cookie/CloneableCookieInterface.php
11 fn
withPrefix
(string $prefix = '')
withName
(string $name)
withValue
(string $value)
withExpires
($expires)
withExpired
()
withPath
(?string $path)
withDomain
(?string $domain)
withSecure
(bool $secure = true)
withHTTPOnly
(bool $httponly = true)
withSameSite
(string $samesite)
withRaw
(bool $raw = true)