ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
◀ ilDoc Overview
class.ilRpcClientFactory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
24
class
ilRpcClientFactory
25
{
30
public
static
function
factory
(
string
$package,
int
$timeout = 0):
ilRpcClient
31
{
32
return
new
ilRpcClient
(
33
ilRPCServerSettings::getInstance
()->getServerUrl(),
34
$package .
'.'
,
35
$timeout
36
);
37
}
38
}
ilRPCServerSettings\getInstance
static getInstance()
Definition:
class.ilRPCServerSettings.php:45
ilRpcClientFactory
Definition:
class.ilRpcClientFactory.php:25
ilRpcClientFactory\factory
static factory(string $package, int $timeout=0)
Definition:
class.ilRpcClientFactory.php:30
ilRpcClient
Definition:
class.ilRpcClient.php:44
components
ILIAS
WebServices
RPC
classes
class.ilRpcClientFactory.php
Generated on Wed Apr 8 2026 23:07:01 for ILIAS by
1.9.4 (using
Doxyfile
)