Exif\Camera::__construct PHP Method

__construct() public method

Constructor
public __construct ( array $exif )
$exif array
    public function __construct($exif)
    {
        $this->make = @$exif['Make'];
        $this->model = @$exif['Model'];
    }