PHP 클래스 Habari\FormControlFieldset

상속: extends FormContainer
파일 보기 프로젝트 열기: habari/system

공개 프로퍼티들

프로퍼티 타입 설명
$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