PHP 클래스 Prado\Web\UI\WebControls\TReCaptcha2Validator

TReCaptcha2Validator validates a reCAPTCHA represented by a {@link TReCaptcha} control. The input control fails validation if th user did not pass the humanity test. To use TReCaptcha2Validator, specify the {@link setCaptchaControl CaptchaControl} to be the ID path of the {@link TReCaptcha} control.
부터: 3.3.1
저자: Cristian Camilo Naranjo Valencia
상속: extends TBaseValidator
파일 보기 프로젝트 열기: pradosoft/prado

보호된 프로퍼티들

프로퍼티 타입 설명
$_isvalid

공개 메소드들

메소드 설명
getClientScriptOptions ( )
getEnableClientScript ( )
onPreRender ( $param )

보호된 메소드들

메소드 설명
evaluateIsValid ( ) : boolean This method overrides the parent's implementation.
getCaptchaControl ( )
getClientClassName ( )

메소드 상세

evaluateIsValid() 보호된 메소드

The validation succeeds if the input control has the same value as the one displayed in the corresponding RECAPTCHA control.
protected evaluateIsValid ( ) : boolean
리턴 boolean whether the validation succeeds

getCaptchaControl() 보호된 메소드

protected getCaptchaControl ( )

getClientClassName() 보호된 메소드

protected getClientClassName ( )

getClientScriptOptions() 공개 메소드

getEnableClientScript() 공개 메소드

onPreRender() 공개 메소드

public onPreRender ( $param )

프로퍼티 상세

$_isvalid 보호되어 있는 프로퍼티

protected $_isvalid