PHPExiftool\Writer::__construct PHP Méthode

__construct() public méthode

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