Interface CodeIgniter\Cookie\CloneableCookieInterface

extends CookieInterface

Interface for a fresh Cookie instance with selected attribute(s) only changed from the original instance.

Methods
Methods inherited from CodeIgniter\Cookie\CookieInterface
getId(), getPrefix(), getName(), getPrefixedName(), getValue(), getExpiresTimestamp(), getExpiresString(), isExpired(), getMaxAge(), getPath(), getDomain(), isSecure(), isHTTPOnly(), getSameSite(), isRaw(), getOptions(), toHeaderString(), __toString(), toArray()
Constants inherited from CodeIgniter\Cookie\CookieInterface
SAMESITE_NONE, SAMESITE_LAX, SAMESITE_STRICT, ALLOWED_SAMESITE_VALUES, EXPIRES_FORMAT