PHPExiftool\Writer::__construct PHP Method

__construct() public method

public __construct ( Exiftool $exiftool )
$exiftool Exiftool
    public function __construct(Exiftool $exiftool)
    {
        $this->exiftool = $exiftool;
        $this->reset();
    }