Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Habari
FormControlTag
PHP Class Habari\FormControlTag
Inheritance:
extends
FormControl
Datei anzeigen
Open project: habari/system
Public Methods
Method
Description
__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
Method Details
__construct()
public
method
Override the FormControl constructor to support more parameters
public
__construct
( )
get()
public
method
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.
return
string
HTML that will render this control in the form