You are here

public function Cookie::__construct in Zircon Profile 8.0

Same name in this branch
  1. 8.0 vendor/symfony/http-foundation/Cookie.php \Symfony\Component\HttpFoundation\Cookie::__construct()
  2. 8.0 vendor/symfony/browser-kit/Cookie.php \Symfony\Component\BrowserKit\Cookie::__construct()
  3. 8.0 vendor/jcalderonzumba/gastonjs/src/Cookie.php \Zumba\GastonJS\Cookie::__construct()
  4. 8.0 core/modules/user/src/Authentication/Provider/Cookie.php \Drupal\user\Authentication\Provider\Cookie::__construct()
Same name and namespace in other branches
  1. 8 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\GastonJS

Code

public function __construct($attributes) {
  $this->attributes = $attributes;
}