mirror of
https://github.com/code-rhapsodie/ezmigrationbundle2.git
synced 2026-04-23 14:18:15 +02:00
11 lines
223 B
PHP
11 lines
223 B
PHP
<?php
|
|
|
|
namespace Kaliop\eZMigrationBundle\API;
|
|
|
|
/**
|
|
* A Reference Resolver that allows references to be added to it
|
|
*/
|
|
interface ReferenceResolverBagInterface extends ReferenceResolverInterface, ReferenceBagInterface
|
|
{
|
|
}
|