public function Miniorange2FASupport::__construct in Google Authenticator / 2 Factor Authentication - 2FA 7
Constructor.
File
- classes/
CustomerSupport.php, line 18 - Contains miniOrange Support class.
Class
- Miniorange2FASupport
- This class represents support information for customer.
Code
public function __construct($email, $phone, $query) {
$this->email = $email;
$this->phone = $phone;
$this->query = $query;
}