1 | <?php |
||
11 | class Top extends AbstractItem { |
||
12 | |||
13 | /** @inheritdoc */ |
||
14 | public function __construct() { |
||
23 | |||
24 | /** |
||
25 | * Convenience method to create a <button> element |
||
26 | * |
||
27 | * Uses html_topbtn() |
||
28 | * |
||
29 | * @todo this does currently not support the SVG icon |
||
30 | * @return string |
||
31 | */ |
||
32 | public function asHtmlButton() { |
||
35 | |||
36 | } |
||
37 |