• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/internals/updater.php
  • Класс: BitrixIntranetInternalsUpdater
  • Вызов: Updater::__construct
public function __construct(CUpdater &$updater, $params = array())
{
	$this->updater = $updater;
	$this->params  = $params;

	$this->documentRoot = $_SERVER['DOCUMENT_ROOT'];

	$this->updaterPath = $this->documentRoot . $updater->curModulePath;
	$this->kernelPath  = $this->documentRoot . $updater->kernelPath;
}