class AdminCategories 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
filterTypeRoot()

Include auction-type items only.

void
filterTypeLeaf()

Include fixed-type items only.

void
sortCategoryId($sortOrder)

Sort by category ID.

void
sortItems($sortOrder)

Sort by total items.

Details

at line 74
void filterTypeRoot()

Include auction-type items only.

Return Value

void

at line 84
void filterTypeLeaf()

Include fixed-type items only.

Return Value

void

at line 94
void sortCategoryId($sortOrder)

Sort by category ID.

Parameters

$sortOrder

Return Value

void

at line 104
void sortItems($sortOrder)

Sort by total items.

Parameters

$sortOrder

Return Value

void