PHP Класс Contao\FormCaptcha

File upload field.
Наследование: extends Widget
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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