SameSite
- Full name:
\Qubus\Http\Cookies\SameSite
- This class is marked as final and can't be subclassed
- This class is a Final class
Constants
Constant | Visibility | Type | Value |
---|---|---|---|
STRICT | private | 'Strict' | |
LAX | private | 'Lax' | |
NONE | private | 'None' |
Properties
value
Methods
__construct
Parameters:
Parameter | Type | Description |
---|---|---|
$value | string |
strict
- This method is static.
lax
- This method is static.
none
- This method is static.
fromString
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$sameSite | string |
Throws:
If the given SameSite string is neither strict, lax or none.
asString
Automatically generated on 2025-10-13