19 declare(strict_types=1);
49 throw new \LogicException(
"Not yet implemented.");
57 return $this->
refinery->custom()->transformation(
function (
$data) {
58 return new \ilWebServicesSetupConfig(
59 (
bool) (
$data[
"soap_user_administration"] ??
false),
60 $data[
"soap_wsdl_path"] ??
"",
63 $data[
"rpc_server_host"] ??
"",
64 (
int) (
$data[
"rpc_server_port"] ?? 0),
65 (
string) (
$data[
'soap_internal_wsdl_path'] ??
''),
66 (
bool) (
$data[
'soap_internal_wsdl_verify_peer'] ??
true),
67 (
bool) (
$data[
'soap_internal_wsdl_verify_peer_name'] ??
true),
68 (
bool) (
$data[
'soap_internal_wsdl_allow_self_signed'] ??
false),
86 $wsrv_objective =
new Setup\Objective\NullObjective();
87 if (!is_null($config)) {
91 'Updates of Services/WebServices',
108 return new Setup\Objective\NullObjective();
116 return new Setup\Objective\NullObjective();
Refinery Factory $refinery
An objective is a desired state of the system that is supposed to be created by the setup...
const DEFAULT_RESPONSE_TIMEOUT
Store information about https is enabled.
const DEFAULT_CONNECT_TIMEOUT
A agent is some component that performs part of the setup process.
getUpdateObjective(?Setup\Config $config=null)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
hasConfig()
Does this agent require a configuration?
Storage is simple key/value store without further schema definition.
Class ilECSUpdateSteps8 contains update steps for release 8.
getArrayToConfigTransformation()
Agents must be able to tell how to create a configuration from a nested array.if Agent has no Config ...
getInstallObjective(?Setup\Config $config=null)
__construct(Refinery\Factory $refinery)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getConfigInput(?Setup\Config $config=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getBuildObjective()
Get the goal the agent wants to achieve to build artifacts.if Config does not match the Agent...
A configuration for the setup.
getStatusObjective(Setup\Metrics\Storage $storage)