You are here

public function JanrainDataContainer::__isset in Janrain Registration 8

File

src/User/JanrainDataContainer.php, line 27

Class

JanrainDataContainer
The container for the data.

Namespace

Drupal\janrain_capture\User

Code

public function __isset($name) : bool {
  return property_exists($this->data, $name);
}