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
BootstrapUI
View
Widget
ButtonWidget
PHP Class BootstrapUI\View\Widget\ButtonWidget
Inheritance:
extends
Cake\View\Widget\ButtonWidget
,
use trait
BootstrapUI\View\Helper\OptionsAwareTrait
显示文件
Open project: friendsofcake/bootstrap-ui
Class Usage Examples
Protected Properties
Property
Type
Description
$_styles
array
Public Methods
Method
Description
render
(
array
$data
,
Cake\View\Form\ContextInterface
$context
) :
string
Renders a button.
Method Details
render()
public
method
Renders a button.
public
render
(
array
$data
,
Cake\View\Form\ContextInterface
$context
) :
string
$data
array
The data to build a button with.
$context
Cake\View\Form\ContextInterface
The current form context.
return
string
Property Details
$_styles
protected_oe property
See also:
OptionsAwareTrait::applyButtonStyles
Deprecation:
This property is no longer used.
protected
array
$_styles
return
array