• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/onlyoffice/cloud/basesender.php
  • Класс: BitrixDiskDocumentOnlyOfficeCloudBaseSender
  • Вызов: BaseSender::__construct
public function __construct(string $serviceUrl)
{
	$this->serviceUrl = $this->refineServiceUrl($serviceUrl);

	parent::__construct();
}