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.

string|null
getAgentInfo()

No description

Details

at line 21
__construct(string $id)

No description

Parameters

string $id

at line 27
?string getTab()

Returns HTML for the tab label shown in the Bar.

Return Value

?string

at line 36
?string getPanel()

Returns HTML for the panel popup content, or null to render tab-only.

Return Value

?string

at line 47
string|null getAgentInfo()

No description

Return Value

string|null