Lullabot/mpx-php

View on GitHub
src/DataService/PublicIdWithGuidInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Lullabot\Mpx\DataService;

/**
 * Interface for objects containing both a Public ID (pid) and a GUID.
 */
interface PublicIdWithGuidInterface extends PublicIdentifierInterface, GuidInterface
{
}