ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.InternalRepoService.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
18
namespace
ILIAS\RootFolder
;
19
24
class
InternalRepoService
25
{
26
protected
InternalDataService
$data
;
27
protected \ilDBInterface
$db
;
28
29
public
function
__construct
(
InternalDataService
$data, \
ilDBInterface
$db)
30
{
31
$this->data =
$data
;
32
$this->db =
$db
;
33
}
34
}
ILIAS\RootFolder\InternalRepoService\$db
ilDBInterface $db
Definition:
class.InternalRepoService.php:27
ILIAS\RootFolder\InternalRepoService\$data
InternalDataService $data
Definition:
class.InternalRepoService.php:26
ILIAS\RootFolder\InternalDataService
Repository internal data service.
Definition:
class.InternalDataService.php:24
ILIAS\RootFolder\InternalRepoService
Repository internal repo service.
Definition:
class.InternalRepoService.php:24
ilDBInterface
ILIAS\RootFolder
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.StandardGUIRequest.php:18
ILIAS\RootFolder\InternalRepoService\__construct
__construct(InternalDataService $data, \ilDBInterface $db)
Definition:
class.InternalRepoService.php:29
Modules
RootFolder
Service
class.InternalRepoService.php
Generated on Wed Sep 3 2025 22:01:21 for ILIAS by
1.8.13 (using
Doxyfile
)