mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-14 06:07:18 +02:00
Implemented test and constructor for FullPersonNameSource
This commit is contained in:
@@ -6,7 +6,7 @@ use App\Entity\Source\Data\Name\SurnameSourceInterface;
|
||||
|
||||
interface SurnameSourceAttributInterface
|
||||
{
|
||||
public function getSurname(): SurnameSourceInterface;
|
||||
public function getSurnameSource(): SurnameSourceInterface;
|
||||
|
||||
public function setSurname(SurnameSourceInterface $name): void;
|
||||
public function setSurnameSource(SurnameSourceInterface $name): void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user