1: <?php
2:
3: namespace webfilesframework\core\datastore\functions\sorting;
4:
5: use webfilesframework\core\datastore\functions\MIDatastoreFunction;
6:
7: /**
8: * description
9: *
10: * @author Sebastian Monzel < mail@sebastianmonzel.de >
11: * @since 0.1.7
12: */
13: class MDescendingSorting implements MIDatastoreFunction
14: {
15:
16: }