• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/storage.php
  • Класс: BitrixDiskStorage
  • Вызов: Storage::getProxyType
public function getProxyType()
{
	if($this->proxyType === null)
	{
		$this->proxyType = $this->initializeProxyType();
	}

	return $this->proxyType;
}