infinito/application/src/Entity/Source/Data/Name/NameSourceInterface.php

9 lines
226 B
PHP
Raw Normal View History

2018-11-10 17:25:48 +01:00
<?php
namespace App\Entity\Source\Data\Name;
use App\Entity\Source\Data\DataSourceInterface;
use App\Entity\Attribut\NameAttributInterface;
interface NameSourceInterface extends DataSourceInterface, NameAttributInterface
{
}