BearFramework\DataList\SortByAction

BearFramework\DataList\SortByAction {

    
/* Properties */
    
public string $order
    
public string $property

}
Properties
public string $order
The sort order. Available values: asc and desc.
public string $property
The property name used for the sort.
Details
Location: ~/src/DataList/SortByAction.php
The information on this page is created for version 1.1 of Bear Framework and may not be applicable for other versions of the framework.