Prado\Web\UI\WebControls\TCaptchaValidator::getCaptchaControl PHP Méthode

getCaptchaControl() public méthode

public getCaptchaControl ( ) : string
Résultat string the ID path of the CAPTCHA control to validate
    public function getCaptchaControl()
    {
        return $this->getViewState('CaptchaControl', '');
    }