mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Implemented correct functions
This commit is contained in:
		| @@ -25,5 +25,23 @@ class Configuration extends AbstractSource implements ConfigurationInterface | ||||
|      * @var PropertyInterface | ||||
|      */ | ||||
|     protected $administrate; | ||||
|     public function setAdministrate(Property $administrate): void | ||||
|     {} | ||||
|  | ||||
|     public function getAdministrate(): Property | ||||
|     {} | ||||
|  | ||||
|     public function setWrite(Property $write): void | ||||
|     {} | ||||
|  | ||||
|     public function getWrite(): Property | ||||
|     {} | ||||
|  | ||||
|     public function setRead(Property $read): void | ||||
|     {} | ||||
|  | ||||
|     public function getRead(): Property | ||||
|     {} | ||||
|  | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -49,7 +49,7 @@ class Node implements NodeInterface | ||||
|     public function getId(): int | ||||
|     {} | ||||
|  | ||||
|     public function setSource(SourceInterface $source) | ||||
|     public function setSource(SourceInterface $source):void | ||||
|     {} | ||||
|  | ||||
|     public function getSource(): SourceInterface | ||||
|   | ||||
		Reference in New Issue
	
	Block a user