ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.InternalRepoService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use ILIAS\Repository\RepoServiceBase;
24
29{
30 use RepoServiceBase;
31
33 protected \ilDBInterface $db;
34
36 {
37 $this->data = $data;
38 $this->db = $db;
39 }
40
41 /*
42 public function ...() : ...\RepoService
43 {
44 return new ...\RepoService(
45 $this->data,
46 $this->db
47 );
48 }*/
49
50 /*public function accessSession() : AccessSessionRepository
51 {
52 return new AccessSessionRepository();
53 }*/
54}
__construct(InternalDataService $data, \ilDBInterface $db)
Interface ilDBInterface.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...