/var/www/flurhymez/vendor/google/apiclient-services/src/ServiceControl
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ServiceControl/ResourceLocation.php (1572B)
currentLocations = $currentLocations;
}
/**
* @return string[]
*/
public function getCurrentLocations()
{
return $this->currentLocations;
}
/**
* @param string[]
*/
public function setOriginalLocations($originalLocations)
{
$this->originalLocations = $originalLocations;
}
/**
* @return string[]
*/
public function getOriginalLocations()
{
return $this->originalLocations;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ResourceLocation::class, 'Google_Service_ServiceControl_ResourceLocation');