PHP 클래스 Habari\FormControlTag

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

공개 메소드들

메소드 설명
__construct ( ) Override the FormControl constructor to support more parameters
get ( boolean $forvalidation = true ) : string Produce HTML output for all this fieldset and all contained controls

메소드 상세

__construct() 공개 메소드

Override the FormControl constructor to support more parameters
public __construct ( )

get() 공개 메소드

Produce HTML output for all this fieldset and all contained controls
public get ( boolean $forvalidation = true ) : string
$forvalidation boolean True if this control should render error information based on validation.
리턴 string HTML that will render this control in the form