CommandPanel
in package
implements
IBarPanel
Command Tracy panel
Table of Contents
Interfaces
- IBarPanel
Properties
Methods
- __construct() : mixed
- Constructor
- getPanel() : string
- Renders HTML code for Commands panel
- getTab() : string
- Renders HTML code for Commands tab
Properties
$stack read-only
protected
CommandStack
$stack
Methods
__construct()
Constructor
public
__construct(CommandStack $stack) : mixed
Parameters
- $stack : CommandStack
-
Command stack
getPanel()
Renders HTML code for Commands panel
public
getPanel() : string
Return values
string —HTML code for Commands panel
getTab()
Renders HTML code for Commands tab
public
getTab() : string
Return values
string —HTML code for Commands tab