Initial commit
This commit is contained in:
		
							
								
								
									
										21
									
								
								src/Dataset.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								src/Dataset.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace NoccyLabs\Dataset;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class Dataset
 | 
			
		||||
{
 | 
			
		||||
    protected string $identfier;
 | 
			
		||||
 | 
			
		||||
    public function __construct(string $identifier, string $filename, array $metadata)
 | 
			
		||||
    {
 | 
			
		||||
        $this->identifier = $identifier;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function getIdentifier(): string
 | 
			
		||||
    {
 | 
			
		||||
        return $this->identifier;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user