You are here

public function Miniorange2FASupport::__construct in Google Authenticator / 2 Factor Authentication - 2FA 8.2

Same name and namespace in other branches
  1. 8 src/Miniorange2FASupport.php \Drupal\miniorange_2fa\Miniorange2FASupport::__construct()

Constructor.

File

src/Miniorange2FASupport.php, line 19
Contains miniOrange Support class.

Class

Miniorange2FASupport
This class represents support information for customer.

Namespace

Drupal\miniorange_2fa

Code

public function __construct($email, $phone, $query, $query_type) {
  $this->email = $email;
  $this->phone = $phone;
  $this->query = $query;
  $this->query_type = $query_type;
}