infinito/application/src/Entity/Source/Complex/PersonIdentitySourceInterface.php

10 lines
223 B
PHP
Raw Normal View History

2018-11-10 17:25:48 +01:00
<?php
2018-11-21 17:55:48 +01:00
namespace App\Entity\Source\Complex;
2018-11-10 17:25:48 +01:00
2018-11-10 13:09:18 +01:00
use App\Entity\Attribut\FullPersonNameSourceAttributInterface;
2018-11-10 17:25:48 +01:00
interface PersonIdentitySourceInterface extends ComplexSourceInterface, FullPersonNameSourceAttributInterface
2018-11-10 17:25:48 +01:00
{
}