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\Like
;
22
23
class
InternalRepoService
24
{
25
protected
static
array
$instance
= [];
26
27
public
function
__construct
(
28
protected
InternalDataService
$data
,
29
protected
\
ilDBInterface
$db
30
) {
31
}
32
}
ILIAS\Like\InternalDataService
Definition:
class.InternalDataService.php:24
ILIAS\Like\InternalRepoService
Definition:
class.InternalRepoService.php:24
ILIAS\Like\InternalRepoService\__construct
__construct(protected InternalDataService $data, protected \ilDBInterface $db)
Definition:
class.InternalRepoService.php:27
ILIAS\Like\InternalRepoService\$instance
static array $instance
Definition:
class.InternalRepoService.php:25
ILIAS\$db
$db
Definition:
class.ilias.php:60
ilDBInterface
Interface ilDBInterface.
Definition:
interface.ilDBInterface.php:30
$data
$data
Definition:
ltiregistration.php:29
ILIAS\Like
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.StandardGUIRequest.php:19
components
ILIAS
Like
Service
class.InternalRepoService.php
Generated on Sat Oct 18 2025 23:02:34 for ILIAS by
1.9.4 (using
Doxyfile
)