mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2026-02-06 21:24:07 +00: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