Prado\Web\UI\WebControls\TReCaptchaValidator::getClientScriptOptions PHP 메소드

getClientScriptOptions() 공개 메소드

    public function getClientScriptOptions()
    {
        $options = parent::getClientScriptOptions();
        $options['ResponseFieldName'] = $this->getCaptchaControl()->getResponseFieldName();
        return $options;
    }