AdminCategories
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.
at line 84
void
filterTypeLeaf()
Include fixed-type items only.
at line 94
void
sortCategoryId($sortOrder)
Sort by category ID.
at line 104
void
sortItems($sortOrder)
Sort by total items.