ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
class.InternalRepoService.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
18
namespace
ILIAS\Folder
;
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\Folder\InternalDataService
Repository internal data service.
Definition:
class.InternalDataService.php:25
ILIAS\Folder\InternalRepoService
Repository internal repo service.
Definition:
class.InternalRepoService.php:25
ILIAS\Folder\InternalRepoService\__construct
__construct(InternalDataService $data, \ilDBInterface $db)
Definition:
class.InternalRepoService.php:29
ILIAS\Folder\InternalRepoService\$db
ilDBInterface $db
Definition:
class.InternalRepoService.php:27
ILIAS\Folder\InternalRepoService\$data
InternalDataService $data
Definition:
class.InternalRepoService.php:26
ilDBInterface
Interface ilDBInterface.
Definition:
interface.ilDBInterface.php:27
ILIAS\Folder
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.StandardGUIRequest.php:18
Modules
Folder
Service
class.InternalRepoService.php
Generated on Sun Nov 2 2025 22:01:04 for ILIAS by
1.9.4 (using
Doxyfile
)