PHP 클래스 Contao\FormCaptcha

File upload field.
상속: extends Widget
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$strCaptchaKey string Captcha key
$strPrefix string The CSS class prefix
$strQuestion string Security questions
$strTemplate string Template

공개 메소드들

메소드 설명
__construct ( array $arrAttributes = null ) Initialize the object
__get ( string $strKey ) : mixed Return a parameter
__set ( string $strKey, mixed $varValue ) Add specific attributes
generate ( ) : string Generate the widget and return it as string
generateLabel ( ) : string Generate the label and return it as string
generateQuestion ( ) : string Return the captcha question as string
validate ( ) Validate the input and set the value

보호된 메소드들

메소드 설명
getQuestion ( ) : string Generate the captcha question

메소드 상세

__construct() 공개 메소드

Initialize the object
public __construct ( array $arrAttributes = null )
$arrAttributes array An optional attributes array

__get() 공개 메소드

Return a parameter
public __get ( string $strKey ) : mixed
$strKey string The parameter key
리턴 mixed The parameter value

__set() 공개 메소드

Add specific attributes
public __set ( string $strKey, mixed $varValue )
$strKey string The attribute name
$varValue mixed The attribute value

generate() 공개 메소드

Generate the widget and return it as string
public generate ( ) : string
리턴 string The widget markup

generateLabel() 공개 메소드

Generate the label and return it as string
public generateLabel ( ) : string
리턴 string The label markup

generateQuestion() 공개 메소드

Return the captcha question as string
public generateQuestion ( ) : string
리턴 string The question markup

getQuestion() 보호된 메소드

Generate the captcha question
protected getQuestion ( ) : string
리턴 string The question string

validate() 공개 메소드

Validate the input and set the value
public validate ( )

프로퍼티 상세

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

Captcha key
protected string $strCaptchaKey
리턴 string

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

The CSS class prefix
protected string $strPrefix
리턴 string

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

Security questions
protected string $strQuestion
리턴 string

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

Template
protected string $strTemplate
리턴 string