You are here

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

File

src/Cookies/ChocolateChip.php, line 31

Class

ChocolateChip

Namespace

Drupal\bakery\Cookies

Code

public final function __construct($name, $mail, $init, $is_main = NULL) {
  $this->name = $name;
  $this->mail = $mail;
  $this->init = $init;
  $this->isMain = $is_main;
}