PHP Class Habari\FormControlFieldset

Inheritance: extends FormContainer
Show file Open project: habari/system

Public Properties

Property Type Description
$caption

Public Methods

Method Description
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

Method Details

get() public method

Produce the HTML for this control
public get ( Theme $theme ) : string
$theme Theme The theme used for rendering
return string The rendered control in HTML

get_id_component() public method

Get a string that will be used to generate a component of a control's HTML id
public get_id_component ( ) : string
return string

set_caption() public method

Set the caption for this fieldset
public set_caption ( $caption ) : FormControlFieldset
$caption
return FormControlFieldset $this

Property Details

$caption public property

public $caption