• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/connection/server.php
  • Класс: BitrixCalendarSyncConnectionServer
  • Вызов: Server::getFullPath
public function getFullPath(): string
{
	return $this->getScheme()
		. self::SCHEME_SEPARATOR
		. $this->getHost()
		. self::PORT_SEPARATOR
		. $this->getPort()
		. $this->getBasePath()
	;
}