TempFile::getAbsoluteCloudPath

  1. Bitrix24 API (v. 23.675.0)
  2. ui
  3. TempFile
  4. getAbsoluteCloudPath
  • Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/FileUploader/TempFile.php
  • Класс: BitrixUIFileUploaderTempFile
  • Вызов: TempFile::getAbsoluteCloudPath
private function getAbsoluteCloudPath(): ?string
{
	$bucket = $this->getBucket();
	if (!$bucket)
	{
		return null;
	}

	return $bucket->getFileSRC($this->getPath());
}

Добавить комментарий