InvoicesOverviewTooltips

Class InvoicesOverviewTooltips

This class generates the required HTML for the tooltips of each row in the invoices overview table. In order to be faster do not use any services but fetch the data directly with DB queries.

category

System

package

Extensions

subpackage

Invoices

Methods

InvoicesOverviewTooltips constructor.

__construct() 

Get the row tooltip HTML for each displayed tooltip.

getRowTooltips(\InvoiceListItem $invoiceListItem) : array

Arguments

$invoiceListItem

\InvoiceListItem

Contains the invoice list item data.

Response

array

Properties