Exif\Camera::make PHP Method

make() public method

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