• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/preset/installation/installer.php
  • Класс: BitrixSenderPresetInstallationInstaller
  • Вызов: Installer::installNewest
static function installNewest()
{
	if (!self::checkVersion())
	{
		return false;
	}

	$instance = new self;
	return $instance->install();
}