/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/IosDeviceCatalog.php (2325B)
models = $models;
}
/**
* @return IosModel[]
*/
public function getModels()
{
return $this->models;
}
/**
* @param IosRuntimeConfiguration
*/
public function setRuntimeConfiguration(IosRuntimeConfiguration $runtimeConfiguration)
{
$this->runtimeConfiguration = $runtimeConfiguration;
}
/**
* @return IosRuntimeConfiguration
*/
public function getRuntimeConfiguration()
{
return $this->runtimeConfiguration;
}
/**
* @param IosVersion[]
*/
public function setVersions($versions)
{
$this->versions = $versions;
}
/**
* @return IosVersion[]
*/
public function getVersions()
{
return $this->versions;
}
/**
* @param XcodeVersion[]
*/
public function setXcodeVersions($xcodeVersions)
{
$this->xcodeVersions = $xcodeVersions;
}
/**
* @return XcodeVersion[]
*/
public function getXcodeVersions()
{
return $this->xcodeVersions;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(IosDeviceCatalog::class, 'Google_Service_Testing_IosDeviceCatalog');