PHP Класс Habari\FormControlFieldset

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

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

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

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

Метод Описание
get ( Theme $theme ) : string Produce the HTML for this control
get_id_component ( ) : string Get a string that will be used to generate a component of a control's HTML id
set_caption ( $caption ) : FormControlFieldset Set the caption for this fieldset

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

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

Produce the HTML for this control
public get ( Theme $theme ) : string
$theme Theme The theme used for rendering
Результат string The rendered control in HTML

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

Get a string that will be used to generate a component of a control's HTML id
public get_id_component ( ) : string
Результат string

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

Set the caption for this fieldset
public set_caption ( $caption ) : FormControlFieldset
$caption
Результат FormControlFieldset $this

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

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

public $caption