You are here

final public function Stroopwafel::__construct in Bakery Single Sign-On System 8.2

File

src/Cookies/Stroopwafel.php, line 11

Class

Stroopwafel

Namespace

Drupal\bakery\Cookies

Code

public final function __construct($uid, $data) {
  $this->uid = $uid;
  $this->data = $data;
}