Exif\Camera::model PHP Method

model() public method

Returns the camera model
public model ( ) : string
return string
    public function model()
    {
        return $this->model;
    }