/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Photo.php (1853B)
apertureFNumber = $apertureFNumber;
}
public function getApertureFNumber()
{
return $this->apertureFNumber;
}
public function setCameraMake($cameraMake)
{
$this->cameraMake = $cameraMake;
}
public function getCameraMake()
{
return $this->cameraMake;
}
public function setCameraModel($cameraModel)
{
$this->cameraModel = $cameraModel;
}
public function getCameraModel()
{
return $this->cameraModel;
}
public function setExposureTime($exposureTime)
{
$this->exposureTime = $exposureTime;
}
public function getExposureTime()
{
return $this->exposureTime;
}
public function setFocalLength($focalLength)
{
$this->focalLength = $focalLength;
}
public function getFocalLength()
{
return $this->focalLength;
}
public function setIsoEquivalent($isoEquivalent)
{
$this->isoEquivalent = $isoEquivalent;
}
public function getIsoEquivalent()
{
return $this->isoEquivalent;
}
}