Dhii/sql-interface

View on GitHub
src/OrderInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Dhii\Storage\Resource\Sql;

/**
 * Something that describes how SQL results should be ordered.
 *
 * @since [*next-version*]
 */
interface OrderInterface extends
    EntityAwareInterface,
    FieldAwareInterface,
    IsAscendingCapableInterface
{
}