Inherited from Layer -------------------- .. php:method:: popup(string $content, array $options = []) Binds a popup to the layer :param string $content: The popup content :param array. $options: Popup options :returns: A new instance of |component| with the popup :rtype: |component| .. php:method:: tooltip(string $content, array $options = []) Binds a tooltip to the layer :param string $content: The tooltip content :param array. $options: Tooltip options :returns: A new instance of |component| with the tooltip :rtype: |component|