class InventorySold extends Table (View source)

Properties

array $columnHeaders Column headers for the table. URL-friendly keys with human values.
array $filters Array of filter names containing available options and their keys.
string $defaultSortKey Default key to sort by.
string $defaultSortOrder Default sort order.
string $presenter Class name for the paginator presenter.

Methods

void
filterPaymentReceived()

Include purchases with payment received only.

void
filterPaymentPending()

Include purchases with payment pending only.

void
filterTypeAuction()

Include auction-type items only.

void
filterTypeFixed()

Include fixed-type items only.

void
sortItemId( string $sortOrder)

Sort items by item ID.

void
sortName( string $sortOrder)

Sort items by item name.

void
sortBuyer( string $sortOrder)

Sort items by buyer username.

void
sortDate( string $sortOrder)

Sort items by purchase date.

Details

at line 86
void filterPaymentReceived()

Include purchases with payment received only.

Return Value

void

at line 96
void filterPaymentPending()

Include purchases with payment pending only.

Return Value

void

at line 106
void filterTypeAuction()

Include auction-type items only.

Return Value

void

at line 116
void filterTypeFixed()

Include fixed-type items only.

Return Value

void

at line 127
void sortItemId( string $sortOrder)

Sort items by item ID.

Parameters

string $sortOrder

Return Value

void

at line 138
void sortName( string $sortOrder)

Sort items by item name.

Parameters

string $sortOrder

Return Value

void

at line 149
void sortBuyer( string $sortOrder)

Sort items by buyer username.

Parameters

string $sortOrder

Return Value

void

at line 160
void sortDate( string $sortOrder)

Sort items by purchase date.

Parameters

string $sortOrder

Return Value

void