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