Faster_Image_B52f1a8_Exif_Parser::__construct PHP Метод

__construct() публичный Метод

ExifParser constructor.
public __construct ( Stream_17b32f3_Streamable_Interface $stream )
$stream Stream_17b32f3_Streamable_Interface
    public function __construct(Stream_17b32f3_Streamable_Interface $stream)
    {
        $this->stream = $stream;
        $this->parseExifIfd();
    }