You are here

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

File

src/Cookies/OatmealCookie.php, line 20

Class

OatmealCookie

Namespace

Drupal\bakery\Cookies

Code

public final function __construct($name, $data, $main = NULL) {
  $this->name = $name;
  $this->data = $data;
  $this->isMain = $main;
}