Prado\Web\UI\WebControls\TCaptchaValidator::getCaptchaControl PHP 메소드

getCaptchaControl() 공개 메소드

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