| 1 | <?php |
||
| 14 | class Log extends Collector implements BarInterface, PageInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @return string |
||
| 18 | */ |
||
| 19 | 16 | public function getTitle() |
|
| 23 | |||
| 24 | /** |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | 14 | public function getBadge() |
|
| 31 | |||
| 32 | /** |
||
| 33 | * @return string |
||
| 34 | */ |
||
| 35 | 14 | public function getBarContent() |
|
| 39 | |||
| 40 | 16 | public function getIcon() |
|
| 44 | } |
||
| 45 |