mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 11:17:58 +00:00 
			
		
		
		
	Entity draft
This commit is contained in:
		@@ -1,18 +1,17 @@
 | 
			
		||||
<?php
 | 
			
		||||
namespace App\Entity;
 | 
			
		||||
 | 
			
		||||
use App\Entity\attribut\IdAttribut;
 | 
			
		||||
use App\Entity\attribut\NodeAttribut;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 *
 | 
			
		||||
 * @author kevinfrantz
 | 
			
		||||
 *        
 | 
			
		||||
 */
 | 
			
		||||
class AbstractSource implements SourceInterface
 | 
			
		||||
abstract class AbstractSource implements SourceInterface
 | 
			
		||||
{  
 | 
			
		||||
    /**
 | 
			
		||||
     * 
 | 
			
		||||
     * @var Node
 | 
			
		||||
     */
 | 
			
		||||
    protected $node;
 | 
			
		||||
    use IdAttribut,NodeAttribut;
 | 
			
		||||
    
 | 
			
		||||
    /**
 | 
			
		||||
     * 
 | 
			
		||||
@@ -20,22 +19,4 @@ class AbstractSource implements SourceInterface
 | 
			
		||||
     */
 | 
			
		||||
    protected $configuration;
 | 
			
		||||
    
 | 
			
		||||
    /**
 | 
			
		||||
     *
 | 
			
		||||
     * @var int
 | 
			
		||||
     */
 | 
			
		||||
    protected $id;
 | 
			
		||||
    
 | 
			
		||||
    public function setId(int $id): void
 | 
			
		||||
    {}
 | 
			
		||||
    
 | 
			
		||||
    public function setNode(NodeInterface $node): void
 | 
			
		||||
    {}
 | 
			
		||||
    
 | 
			
		||||
    public function getId(): int
 | 
			
		||||
    {}
 | 
			
		||||
    
 | 
			
		||||
    public function getNode(): NodeInterface
 | 
			
		||||
    {}
 | 
			
		||||
    
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user