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);
    }