ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ 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
24
use
ILIAS\Repository\RepoServiceBase
;
25
26
class
InternalRepoService
27
{
28
use
RepoServiceBase
;
29
30
protected
static
array
$instance
= [];
31
32
public
function
__construct
(
33
protected
InternalDataService
$data
,
34
protected
\
ilDBInterface
$db
)
35
{
36
}
37
38
public
function
html
() : HTML\
RepoService
39
{
40
return
self::$instance[
'html'
] ??=
new
HTML\RepoService
(
41
$this->data->html(),
42
$this->db
,
43
$this->irss()
44
);
45
}
46
}
$data
$data
Definition:
ltiregistration.php:29
ILIAS\Export\InternalRepoService
Definition:
class.InternalRepoService.php:26
ILIAS\Export\HTML\RepoService
Definition:
RepoService.php:25
ILIAS\Export
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\Export\InternalRepoService\__construct
__construct(protected InternalDataService $data, protected \ilDBInterface $db)
Definition:
class.InternalRepoService.php:32
RepoServiceBase
ILIAS\Export\InternalDataService
Definition:
class.InternalDataService.php:25
ILIAS\Export\InternalRepoService\html
html()
Definition:
class.InternalRepoService.php:38
RepoServiceBase
ilDBInterface
ILIAS\Export\InternalRepoService\$instance
static array $instance
Definition:
class.InternalRepoService.php:30
ILIAS\$db
$db
Definition:
class.ilias.php:60
components
ILIAS
Export
Service
class.InternalRepoService.php
Generated on Wed Sep 10 2025 15:14:58 for ILIAS by
1.8.13 (using
Doxyfile
)