class InventoryUnsold 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 $presenter Class name for the paginator presenter.

Methods

void
filterBidsNone()

Include items with no bids only.

void
filterBidsOneOrMore()

Include items with bids only.

void
filterTypeAuction()

Include auction-type items only.

void
filterTypeFixed()

Include fixed-type items only.

void
sortTimeEnded( string $sortOrder)

Sort items by item end date.

Details

at line 79
void filterBidsNone()

Include items with no bids only.

Return Value

void

at line 89
void filterBidsOneOrMore()

Include items with bids only.

Return Value

void

at line 99
void filterTypeAuction()

Include auction-type items only.

Return Value

void

at line 109
void filterTypeFixed()

Include fixed-type items only.

Return Value

void

at line 120
void sortTimeEnded( string $sortOrder)

Sort items by item end date.

Parameters

string $sortOrder

Return Value

void