• Модуль: clouds
  • Путь к файлу: ~/bitrix/modules/clouds/classes/general/storage.php
  • Класс: CCloudStorage
  • Вызов: CCloudStorage::GetServiceLocationList
static function GetServiceLocationList($ID)
{
	$obService = CCloudStorage::GetServiceByID($ID);
	if (is_object($obService))
		return $obService->GetLocationList();
	else
		return /*.(array[string]string).*/
			array();
}