class DefaultBarPanel implements IBarPanel

internal  
 

IBarPanel implementation helper.

Properties

$data

Methods

__construct(string $id)

No description

string
getTab()

Renders HTML code for custom tab.

string
getPanel()

Renders HTML code for custom panel.

Details

at line 25
__construct(string $id)

No description

Parameters

string $id

at line 34
string getTab()

Renders HTML code for custom tab.

Return Value

string

at line 46
string getPanel()

Renders HTML code for custom panel.

Return Value

string