Dataset scanning
This commit is contained in:
		@@ -5,11 +5,14 @@ namespace NoccyLabs\Dataset;
 | 
			
		||||
 | 
			
		||||
class Dataset
 | 
			
		||||
{
 | 
			
		||||
    protected string $identfier;
 | 
			
		||||
    protected string $identifier;
 | 
			
		||||
    
 | 
			
		||||
    protected array $options;
 | 
			
		||||
 | 
			
		||||
    public function __construct(string $identifier, string $filename, array $metadata)
 | 
			
		||||
    public function __construct(string $identifier, array $options)
 | 
			
		||||
    {
 | 
			
		||||
        $this->identifier = $identifier;
 | 
			
		||||
        $this->options = $options;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function getIdentifier(): string
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user