Lullabot/mpx-php

View on GitHub
src/DataService/CustomFieldInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Lullabot\Mpx\DataService;

/**
 * Interface for all classes implementing a custom field definition.
 *
 * All classes implementing the CustomField annotation must implement this
 * interface.
 *
 * @see \Lullabot\Mpx\DataService\Annotation\CustomField
 */
interface CustomFieldInterface
{
}