• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/classes/general/wizard_site_steps.php
  • Класс: CPackageInstallTemplate
  • Вызов: CPackageInstallTemplate::__construct
public function __construct($package, $templateID)
{
	$this->package = $package;
	$this->templateID = $templateID;
	parent::__construct();
	$this->SetAutoSubmit();
	$this->SetTitle(GetMessage("MAIN_WIZARD_RUN_INSTALLATION"));
}