The HtmlHelper::tooltip() method wraps content in an element and adds attributes necessary for bootstrap tooltips.
I would expect the method to also accept 'class' etc. options and pass them through so they end up in the HTML (as most methods do, e.g. tag(), div(), para(), etc.).
However I didn't really understand how to change the code of tooltip() to make it work.