class IPV6GroupCount
Hierarchy
- class \Egulias\EmailValidator\Warning\Warning
- class \Egulias\EmailValidator\Warning\IPV6GroupCount extends \Egulias\EmailValidator\Warning\Warning
Expanded class hierarchy of IPV6GroupCount
1 file declares its use of IPV6GroupCount
- DomainLiteral.php in vendor/
egulias/ email-validator/ src/ Parser/ DomainLiteral.php
File
-
vendor/
egulias/ email-validator/ src/ Warning/ IPV6GroupCount.php, line 5
Namespace
Egulias\EmailValidator\WarningView source
class IPV6GroupCount extends Warning {
public const CODE = 72;
public function __construct() {
$this->message = 'Group count is not IPV6 valid';
$this->rfcNumber = 5322;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title | Overrides |
---|---|---|---|---|---|
IPV6GroupCount::CODE | public | constant | Overrides Warning::CODE | ||
IPV6GroupCount::__construct | public | function | |||
Warning::$message | protected | property | |||
Warning::$rfcNumber | protected | property | |||
Warning::code | public | function | 20 | ||
Warning::message | public | function | |||
Warning::RFCNumber | public | function | |||
Warning::__toString | public | function |