CookieStoreSetting
in package
Cookie設定。
Tags
Table of Contents
Properties
- $httpOnly : bool|null
- $path : string|null
- $sameSite : string|null
- $secure : bool|null
- $span : string|null
Methods
- __construct() : mixed
Properties
$httpOnly
public
bool|null
$httpOnly
= null
$path
public
string|null
$path
= null
$sameSite
public
string|null
$sameSite
= null
Tags
$secure
public
bool|null
$secure
= null
$span
public
string|null
$span
= null
Methods
__construct()
public
__construct([CookieOptions|null $option = null ]) : mixed
Parameters
- $option : CookieOptions|null = null