* @package WoltLabSuite\Core\Data * @since 5.3 */ interface IPopoverObject extends IIDObject, ITitledLinkObject { /** * Returns the CSS class that objects of this type use for popover links. * * @return string */ public function getPopoverLinkClass(); }