Prado\Web\UI\WebControls\TEmailAddressValidator::getCheckMXRecord PHP Метод

getCheckMXRecord() публичный Метод

public getCheckMXRecord ( ) : boolean
Результат boolean whether to check MX record for the email address being validated. Defaults to true.
    public function getCheckMXRecord()
    {
        return $this->getViewState('CheckMXRecord', false);
    }