ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.StandardGUIRequest.php:19
$data
$data
Definition:
ltiregistration.php:29
ILIAS\Like\InternalDataService
Definition:
class.InternalDataService.php:23
ILIAS\Like\InternalRepoService
Definition:
class.InternalRepoService.php:23
ILIAS\Like\InternalRepoService\__construct
__construct(protected InternalDataService $data, protected \ilDBInterface $db)
Definition:
class.InternalRepoService.php:27
ilDBInterface
ILIAS\Like\InternalRepoService\$instance
static array $instance
Definition:
class.InternalRepoService.php:25
ILIAS\$db
$db
Definition:
class.ilias.php:60
components
ILIAS
Like
Service
class.InternalRepoService.php
Generated on Wed Sep 3 2025 23:02:18 for ILIAS by
1.8.13 (using
Doxyfile
)