You are here

public function JanrainDataContainer::__construct in Janrain Registration 8

1 call to JanrainDataContainer::__construct()
JanrainUserProfile::__construct in src/User/JanrainUserProfile.php
1 method overrides JanrainDataContainer::__construct()
JanrainUserProfile::__construct in src/User/JanrainUserProfile.php

File

src/User/JanrainDataContainer.php, line 20

Class

JanrainDataContainer
The container for the data.

Namespace

Drupal\janrain_capture\User

Code

public function __construct(\stdClass $data) {
  $this->data = $data;
}