PHP Класс Habari\FormControlSelect

Наследование: extends FormControl
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$options

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

Метод Описание
get ( Theme $theme ) : string Produce HTML output for this text control.
set_options ( array $options ) : FormControlSelect Set the options used in the output of this select

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

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

Produce HTML output for this text control.
public get ( Theme $theme ) : string
$theme Theme
Результат string HTML that will render this control in the form

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

Set the options used in the output of this select
public set_options ( array $options ) : FormControlSelect
$options array An array of options. By default, a nested array will create an optgroup using the key as the optgroup label.
Результат FormControlSelect $this

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

$options публичное свойство

public $options