Class Cookie
Represents a cookie
Namespace: Symfony\Component\HttpFoundation
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Api
Located at laravel/vendor/Symfony/Component/HttpFoundation/Cookie.php
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Api
Located at laravel/vendor/Symfony/Component/HttpFoundation/Cookie.php
public
|
#
__construct( string $name, string $value = null, integer|string|
Constructor. |
public
string
|
|
public
string
|
|
public
string
|
|
public
string
|
|
public
integer
|
|
public
string
|
|
public
Boolean
|
|
public
Boolean
|
|
public
Boolean
|
protected
mixed
|
$name |
|
|
protected
mixed
|
$value |
|
|
protected
mixed
|
$domain |
|
|
protected
mixed
|
$expire |
|
|
protected
mixed
|
$path |
|
|
protected
mixed
|
$secure |
|
|
protected
mixed
|
$httpOnly |
|