class IPV6DoubleColon
Hierarchy
- class \Egulias\EmailValidator\Warning\Warning
- class \Egulias\EmailValidator\Warning\IPV6DoubleColon extends \Egulias\EmailValidator\Warning\Warning
Expanded class hierarchy of IPV6DoubleColon
1 file declares its use of IPV6DoubleColon
- DomainLiteral.php in vendor/
egulias/ email-validator/ src/ Parser/ DomainLiteral.php
File
-
vendor/
egulias/ email-validator/ src/ Warning/ IPV6DoubleColon.php, line 5
Namespace
Egulias\EmailValidator\WarningView source
class IPV6DoubleColon extends Warning {
public const CODE = 73;
public function __construct() {
$this->message = 'Double colon found after IPV6 tag';
$this->rfcNumber = 5322;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title | Overrides |
---|---|---|---|---|---|
IPV6DoubleColon::CODE | public | constant | Overrides Warning::CODE | ||
IPV6DoubleColon::__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 |