PHP Класс Contao\FormSelectMenu

Form field "select menu".
Наследование: extends Widget
Показать файл Открыть проект

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

Свойство Тип Описание
$blnForAttribute boolean Add a for attribute
$blnSubmitInput boolean Submit user input
$strPrefix string The CSS class prefix
$strTemplate string Template

Открытые методы

Метод Описание
__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
parse ( array $arrAttributes = null ) : string Parse the template file and return it as string
validate ( ) Check options if the field is mandatory

Защищенные методы

Метод Описание
getOptions ( ) : array Generate the options

Описание методов

__get() публичный Метод

Return a parameter
public __get ( string $strKey ) : mixed
$strKey string The parameter name
Результат 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

getOptions() защищенный Метод

Generate the options
protected getOptions ( ) : array
Результат array The options array

parse() публичный Метод

Parse the template file and return it as string
public parse ( array $arrAttributes = null ) : string
$arrAttributes array An optional attributes array
Результат string The template markup

validate() публичный Метод

Check options if the field is mandatory
public validate ( )

Описание свойств

$blnForAttribute защищенное свойство

Add a for attribute
protected bool $blnForAttribute
Результат boolean

$blnSubmitInput защищенное свойство

Submit user input
protected bool $blnSubmitInput
Результат boolean

$strPrefix защищенное свойство

The CSS class prefix
protected string $strPrefix
Результат string

$strTemplate защищенное свойство

Template
protected string $strTemplate
Результат string