AdminUsers
class AdminUsers 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
filterTypeBuyer()
Include users with purchases only.
void
filterTypeSeller()
Include users with items only.
Details
at line 73
void
filterTypeBuyer()
Include users with purchases only.
at line 87
void
filterTypeSeller()
Include users with items only.