Interface ListingConfigInterface
Interface ListingConfigInterface.
This interface describes a property.
Direct known implementers
DcGeneral\DataDefinition\Definition\View\DefaultListingConfig
Namespace: DcGeneral\DataDefinition\Definition\View
Package: DcGeneral\DataDefinition\Definition\View
Located at DataDefinition/Definition/View/ListingConfigInterface.php
Package: DcGeneral\DataDefinition\Definition\View
Located at DataDefinition/Definition/View/ListingConfigInterface.php
string |
GROUP_NONE
|
'none' |
#
Do not group. |
string |
GROUP_CHAR
|
'char' |
#
Group by characters, the max char count depend on the mode length (which is 1 by default for char grouping). |
string |
GROUP_DIGIT
|
'digit' |
#
Group by digits, the max digit count depend on the mode length (which is infinity by default for digit grouping).. |
string |
GROUP_DAY
|
'day' |
#
Sort by day from datetime property. |
string |
GROUP_WEEKDAY
|
'weekday' |
#
Sort by week day from datetime property. |
string |
GROUP_WEEK
|
'week' |
#
Sort by week of the year from datetime property. |
string |
GROUP_MONTH
|
'month' |
#
Sort by month from datetime property. |
string |
GROUP_YEAR
|
'year' |
#
Sort by year from datetime property. |
string |
SORT_ASC
|
'asc' |
#
Sort ascending. |
string |
SORT_DESC
|
'desc' |
#
Sort descending. |
string |
SORT_RANDOM
|
'random' |
#
Shuffle all records instead of sorting. |