Prado\Web\UI\WebControls\TEmailAddressValidator::getCheckMXRecord PHP Méthode

getCheckMXRecord() public méthode

public getCheckMXRecord ( ) : boolean
Résultat boolean whether to check MX record for the email address being validated. Defaults to true.
    public function getCheckMXRecord()
    {
        return $this->getViewState('CheckMXRecord', false);
    }