UploaderController::getFilePath

  1. Bitrix24 API (v. 23.675.0)
  2. ui
  3. UploaderController
  4. getFilePath
  • Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/FileUploader/UploaderController.php
  • Класс: BitrixUIFileUploaderUploaderController
  • Вызов: UploaderController::getFilePath
protected function getFilePath(): string
{
	if (!$this->filePath)
	{
		$reflector = new ReflectionClass($this);
		$this->filePath = preg_replace('#[\/]+#', '/', $reflector->getFileName());
	}

	return $this->filePath;
}

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