DefaultBarPanel
class DefaultBarPanel implements IBarPanel
| internal |
Built-in IBarPanel implementation backed by compiled .phtml templates.
Properties
| $data |
Methods
__construct(string $id)
No description
?string
getTab()
Returns HTML for the tab label shown in the Bar.
?string
getPanel()
Returns HTML for the panel popup content, or null to render tab-only.
Details
at line 21
__construct(string $id)
No description
at line 27
?string
getTab()
Returns HTML for the tab label shown in the Bar.
at line 36
?string
getPanel()
Returns HTML for the panel popup content, or null to render tab-only.