public function Cookie::__construct in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/http-foundation/Cookie.php \Symfony\Component\HttpFoundation\Cookie::__construct()
- 8 vendor/symfony/browser-kit/Cookie.php \Symfony\Component\BrowserKit\Cookie::__construct()
- 8 vendor/jcalderonzumba/gastonjs/src/Cookie.php \Zumba\GastonJS\Cookie::__construct()
- 8 core/modules/user/src/Authentication/Provider/Cookie.php \Drupal\user\Authentication\Provider\Cookie::__construct()
Same name and namespace in other branches
- 8.0 vendor/jcalderonzumba/gastonjs/src/Cookie.php \Zumba\GastonJS\Cookie::__construct()
Parameters
$attributes:
File
- vendor/
jcalderonzumba/ gastonjs/ src/ Cookie.php, line 16
Class
- Cookie
- Class Cookie @package Zumba\GastonJS
Namespace
Zumba\GastonJSCode
public function __construct($attributes) {
$this->attributes = $attributes;
}