InventoryBought
class InventoryBought 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
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
sortItemId(
string $sortOrder)
Sort items by item ID.
void
sortName(
string $sortOrder)
Sort items by item name.
void
sortSeller(
string $sortOrder)
Sort items by seller username.
void
sortDate(
string $sortOrder)
Sort items by purchase date or item end date.
Details
at line 85
void
filterBidsNone()
Include items with no bids only.
at line 95
void
filterBidsOneOrMore()
Include items with bids only.
at line 105
void
filterTypeAuction()
Include auction-type items only.
at line 115
void
filterTypeFixed()
Include fixed-type items only.
at line 126
void
sortItemId(
string $sortOrder)
Sort items by item ID.
at line 137
void
sortName(
string $sortOrder)
Sort items by item name.
at line 148
void
sortSeller(
string $sortOrder)
Sort items by seller username.
at line 159
void
sortDate(
string $sortOrder)
Sort items by purchase date or item end date.