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
21
namespace
ILIAS\MediaPool
;
22
23
use
ILIAS\MediaPool\Clipboard
;
24
29
class
InternalRepoService
30
{
31
protected
InternalDataService
$data
;
32
protected \ilDBInterface
$db
;
33
34
public
function
__construct
(
InternalDataService
$data, \
ilDBInterface
$db)
35
{
36
$this->data =
$data
;
37
$this->db =
$db
;
38
}
39
40
/*
41
public function ...() : ...\RepoService
42
{
43
return new ...\RepoService(
44
$this->data,
45
$this->db
46
);
47
}*/
48
49
public
function
clipboard
(): Clipboard\
ClipboardSessionRepository
50
{
51
return
new
Clipboard\ClipboardSessionRepository
();
52
}
53
}
ILIAS\MediaPool\InternalRepoService\$db
ilDBInterface $db
Definition:
class.InternalRepoService.php:32
ILIAS\MediaPool\InternalRepoService\__construct
__construct(InternalDataService $data, \ilDBInterface $db)
Definition:
class.InternalRepoService.php:34
ILIAS\MediaPool\InternalDataService
Repository internal data service.
Definition:
class.InternalDataService.php:27
ILIAS\MediaPool\Clipboard
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ClipboardGUIRequest.php:19
ilDBInterface
ILIAS\MediaPool\InternalRepoService\$data
InternalDataService $data
Definition:
class.InternalRepoService.php:31
ILIAS\MediaPool
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.MediaPoolRepository.php:21
ILIAS\MediaPool\InternalRepoService
Repository internal repo service.
Definition:
class.InternalRepoService.php:29
ILIAS\MediaPool\InternalRepoService\clipboard
clipboard()
Definition:
class.InternalRepoService.php:49
ILIAS\MediaPool\Clipboard\ClipboardSessionRepository
Stores media pool clipboard data.
Definition:
class.ClipboardSessionRepository.php:28
Modules
MediaPool
Service
class.InternalRepoService.php
Generated on Sun Aug 31 2025 22:01:16 for ILIAS by
1.8.13 (using
Doxyfile
)