DNSRecords.php
Namespace
Egulias\EmailValidator\ValidationFile
-
vendor/
egulias/ email-validator/ src/ Validation/ DNSRecords.php
View source
<?php
namespace Egulias\EmailValidator\Validation;
class DNSRecords {
/**
* @param array $records
* @param bool $error
*/
public function __construct(array $records, bool $error = false) {
}
/**
* @return array
*/
public function getRecords() : array {
return $this->records;
}
public function withError() : bool {
return $this->error;
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
DNSRecords |