mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 11:17:58 +00:00 
			
		
		
		
	Added new entity draft
This commit is contained in:
		
							
								
								
									
										18
									
								
								application/src/Entity/Attribut/LawAttributInterface.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								application/src/Entity/Attribut/LawAttributInterface.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
namespace App\Entity\Attribut;
 | 
			
		||||
 | 
			
		||||
use App\Entity\LawInterface;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 *
 | 
			
		||||
 * @author kevinfrantz
 | 
			
		||||
 *        
 | 
			
		||||
 */
 | 
			
		||||
interface LawAttributInterface
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
    public function setLaw(LawInterface $law):void;
 | 
			
		||||
 | 
			
		||||
    public function getLaw(): LawInterface;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user