@@ -25,6 +25,9 @@ |
||
| 25 | 25 | */ |
| 26 | 26 | public function tooltip(string $tooltip, string $position = ActionInterface::TOOLTIP_POSITION_TOP): ActionInterface; |
| 27 | 27 | |
| 28 | + /** |
|
| 29 | + * @return string |
|
| 30 | + */ |
|
| 28 | 31 | public function getTooltip(); |
| 29 | 32 | |
| 30 | 33 | public function getTooltipPosition(): string; |