3 declare(strict_types=1);
23 return hash(
"sha256", self::class);
28 return "Store information about web services in the settings";
39 new \ilIniFilesPopulatedObjective(),
40 new \ilSettingsFactoryExistsObjective()
46 $factory = $environment->getResource(Setup\Environment::RESOURCE_SETTINGS_FACTORY);
49 "soap_user_administration",
50 $this->
bool2string($this->config->isSOAPUserAdministration())
52 $settings->set(
"soap_wsdl_path", $this->config->getSOAPWsdlPath());
53 $settings->set(
"soap_connect_timeout", (
string) $this->config->getSOAPConnectTimeout());
54 $settings->set(
"soap_response_timeout", (
string) $this->config->getSoapResponseTimeout());
55 $settings->set(
"rpc_server_host", $this->config->getRPCServerHost());
56 $settings->set(
"rpc_server_port", (
string) $this->config->getRPCServerPort());
Store information about https is enabled.
getPreconditions(Setup\Environment $environment)
isApplicable(Setup\Environment $environment)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.
A configuration for the setup.
achieve(Setup\Environment $environment)
__construct(Setup\Config $config)