mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			226 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			226 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| namespace App\Entity\Source\Data\Name;
 | |
| 
 | |
| use App\Entity\Source\Data\DataSourceInterface;
 | |
| use App\Entity\Attribut\NameAttributInterface;
 | |
| 
 | |
| interface NameSourceInterface extends DataSourceInterface, NameAttributInterface
 | |
| {
 | |
| } |