Interface IsSortableInterface
provides a way to define whish fields of an entity are sortable
Namespace: DSchoenbauer\Orm\Entity
Author: David Schoenbauer d.schoenbauer@ctimeetingtech.com
Located at Orm/Entity/IsSortableInterface.php
Author: David Schoenbauer d.schoenbauer@ctimeetingtech.com
Located at Orm/Entity/IsSortableInterface.php
public
array
|
|
public
string
|
|
public
string
|
string |
SORT_ASCENDING
|
#
"ASC"
|
string |
SORT_DESCENDING
|
#
"DESC"
|