ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
class.InternalRepoService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Export
;
22
23
use ILIAS\Repository\RepoServiceBase;
24
25
class
InternalRepoService
26
{
27
use RepoServiceBase;
28
29
protected
static
array
$instance
= [];
30
31
public
function
__construct
(
32
protected
InternalDataService
$data
,
33
protected
\
ilDBInterface
$db
34
) {
35
}
36
37
public
function
html
(): HTML\
RepoService
38
{
39
return
self::$instance[
'html'
] ??=
new
HTML\RepoService
(
40
$this->data->html(),
41
$this->db,
42
$this->irss()
43
);
44
}
45
}
ILIAS\Export\HTML\RepoService
Definition:
RepoService.php:26
ILIAS\Export\InternalDataService
Definition:
class.InternalDataService.php:26
ILIAS\Export\InternalRepoService
Definition:
class.InternalRepoService.php:26
ILIAS\Export\InternalRepoService\$instance
static array $instance
Definition:
class.InternalRepoService.php:29
ILIAS\Export\InternalRepoService\html
html()
Definition:
class.InternalRepoService.php:37
ILIAS\Export\InternalRepoService\__construct
__construct(protected InternalDataService $data, protected \ilDBInterface $db)
Definition:
class.InternalRepoService.php:31
ILIAS\$db
$db
Definition:
class.ilias.php:60
ilDBInterface
Interface ilDBInterface.
Definition:
interface.ilDBInterface.php:30
$data
$data
Definition:
ltiregistration.php:29
ILIAS\Export
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
components
ILIAS
Export
Service
class.InternalRepoService.php
Generated on Sat Oct 18 2025 23:02:34 for ILIAS by
1.9.4 (using
Doxyfile
)