Class Button
This class is used in views to display a button
- Hawk\ViewPlugin uses Hawk\Utils
-
Hawk\View\Plugins\Button
Methods inherited from Hawk\ViewPlugin
Methods used from Hawk\Utils
Properties summary
public
string
|
$class
The class attribute to apply to the button |
#
''
|
public
string
|
$icon
The icon to display in the button |
#
''
|
public
string
|
$label
The text to display in the button |
#
''
|
public
array
|
$param
The other parameters to apply |
#
array()
|