Dhii/sql-interface

View on GitHub
src/EntityFieldInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Dhii\Storage\Resource\Sql;

/**
 * Something that represents an entity field.
 *
 * @since [*next-version*]
 */
interface EntityFieldInterface extends
    EntityAwareInterface,
    FieldAwareInterface
{
}