Home
last modified time | relevance | path

Searched refs:allowLocal (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/aziraphale/email-address-validator/
H A DEmailAddressValidator.php18 * @param bool $allowLocal allow local domains
21 public static function checkEmailAddress($emailAddress, $allowLocal = false) argument
70 if (!self::checkDomainPortion($emailAddressParts[1], $allowLocal)) {
113 * @param bool $allowLocal allow local domains?
116 public static function checkDomainPortion($domainPortion, $allowLocal = false) argument
148 if (!$allowLocal && sizeof($domainPortionParts) < 2) {