• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/proxytype/base.php
  • Класс: BitrixDiskProxyTypeBase
  • Вызов: Base::getStorageBaseUrl
public function getStorageBaseUrl();

/**
 * Gets url on listing root folder in storage.
 * @return string
 */
public function getBaseUrlFolderList()
{
	return '/' . trim($this->getStorageBaseUrl(), '/') . '/' . static::SUFFIX_FOLDER_LIST;
}