PHPExiftool\Reader::__construct PHP Method

__construct() public method

Constructor
public __construct ( Exiftool $exiftool, RDFParser $parser )
$exiftool Exiftool
$parser RDFParser
    public function __construct(Exiftool $exiftool, RDFParser $parser)
    {
        $this->exiftool = $exiftool;
        $this->parser = $parser;
    }