public function MiniorangeSamlSupport::__construct in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 8
Constructor.
File
- src/
MiniorangeSamlSupport.php, line 23 - This class represents support information for customer.
Class
- MiniorangeSamlSupport
- @file This class represents support information for customer.
Namespace
Drupal\miniorange_samlCode
public function __construct($email, $phone, $query, $query_type) {
$this->email = $email;
$this->phone = $phone;
$this->query = $query;
$this->query_type = $query_type;
}