mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00:00 
			
		
		
		
	Optimized Interface structure
This commit is contained in:
		@@ -0,0 +1,15 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace App\Entity\Attribut\Interfaces;
 | 
			
		||||
 | 
			
		||||
use Doctrine\Common\Collections\Collection;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @author kevinfrantz
 | 
			
		||||
 */
 | 
			
		||||
interface ParentsAttributInterface
 | 
			
		||||
{
 | 
			
		||||
    public function setParents(Collection $parents): void;
 | 
			
		||||
 | 
			
		||||
    public function getParents(): Collection;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user