public function Miniorange2FASupport::__construct in Google Authenticator / 2 Factor Authentication - 2FA 8
Same name and namespace in other branches
- 8.2 src/Miniorange2FASupport.php \Drupal\miniorange_2fa\Miniorange2FASupport::__construct()
Constructor.
File
- src/
Miniorange2FASupport.php, line 18 - Contains miniOrange Support class.
Class
- Miniorange2FASupport
- This class represents support information for customer.
Namespace
Drupal\miniorange_2faCode
public function __construct($email, $phone, $query) {
$this->email = $email;
$this->phone = $phone;
$this->query = $query;
}