Prado\Web\UI\WebControls\TCaptchaValidator::getCaptchaControl PHP Method

getCaptchaControl() public method

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