infinito/application/symfony/src/Entity/Source/Complex/PersonIdentitySourceInterface.php
2019-02-17 14:33:19 +01:00

10 lines
226 B
PHP

<?php
namespace Infinito\Entity\Source\Complex;
use Infinito\Attribut\FullPersonNameSourceAttributInterface;
interface PersonIdentitySourceInterface extends ComplexSourceInterface, FullPersonNameSourceAttributInterface
{
}