/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Testing
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Testing/IosDevice.php (1923B)
iosModelId = $iosModelId;
}
/**
* @return string
*/
public function getIosModelId()
{
return $this->iosModelId;
}
/**
* @param string
*/
public function setIosVersionId($iosVersionId)
{
$this->iosVersionId = $iosVersionId;
}
/**
* @return string
*/
public function getIosVersionId()
{
return $this->iosVersionId;
}
/**
* @param string
*/
public function setLocale($locale)
{
$this->locale = $locale;
}
/**
* @return string
*/
public function getLocale()
{
return $this->locale;
}
/**
* @param string
*/
public function setOrientation($orientation)
{
$this->orientation = $orientation;
}
/**
* @return string
*/
public function getOrientation()
{
return $this->orientation;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(IosDevice::class, 'Google_Service_Testing_IosDevice');