1 | <?php |
||
19 | class InfoPanel extends AbstractPanel implements |
||
20 | PanelInterface, |
||
21 | PanelInitInterface |
||
22 | { |
||
23 | /** |
||
24 | * @var string|null |
||
25 | */ |
||
26 | protected $barTitle; |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | public function init(ServiceManager $services) |
||
46 | |||
47 | /** |
||
48 | * {@inheritdoc} |
||
49 | */ |
||
50 | public function getTab() |
||
54 | |||
55 | /** |
||
56 | * {@inheritdoc} |
||
57 | */ |
||
58 | public function getPanel() |
||
62 | } |
||
63 |