...Человеческий поиск в разработке...
- Модуль: 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; }