Class Panel
This class is used to display a panel in a view
- Hawk\ViewPlugin uses Hawk\Utils
-
Hawk\View\Plugins\Panel
Methods inherited from Hawk\ViewPlugin
Methods used from Hawk\Utils
Properties summary
public
|
$id
The 'id' attribute of the panel |
|
public
string
|
$title
The panel title |
|
public
string
|
$icon
The panel title icon |
|
public
string
|
$content
The panel content |
|
public
string
|
$type
The panel type : 'default', 'info', 'primary', 'success', 'warning', or 'danger' |