Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Craft
AmForms_HiddenFieldType
PHP Class Craft\AmForms_HiddenFieldType
Inheritance:
extends
craft\BaseFieldType
显示文件
Open project: am-impact/amforms
Public Methods
Method
Description
defineContentAttribute
( ) :
mixed
getInputHtml
(
string
$name
,
mixed
$value
) :
string
getName
( ) :
string
getSettingsHtml
( ) :
string
|
null
Protected Methods
Method
Description
defineSettings
( ) :
array
Method Details
defineContentAttribute()
public
method
public
defineContentAttribute
( ) :
mixed
return
mixed
defineSettings()
protected
method
protected
defineSettings
( ) :
array
return
array
getInputHtml()
public
method
public
getInputHtml
(
string
$name
,
mixed
$value
) :
string
$name
string
$value
mixed
return
string
getName()
public
method
public
getName
( ) :
string
return
string
getSettingsHtml()
public
method
public
getSettingsHtml
( ) :
string
|
null
return
string
|
null