1: <?php
2:
3: namespace webfilesframework\core\datastore\functions;
4:
5: /**
6: * Datastore functions are used to filter and manipulate the the
7: * query result of a datastore.<br />
8: * The actual interface is a marker interface to build a capsule
9: * over all datastore functions.
10: *
11: * @author Sebastian Monzel < mail@sebastianmonzel.de >
12: * @since 0.1.7
13: */
14: interface MIDatastoreFunction
15: {
16: }