ILIAS  release_8 Revision v8.24
class.InternalRepoService.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
21namespace ILIAS\Portfolio;
22
24
29{
31 protected \ilDBInterface $db;
32
34 {
35 $this->data = $data;
36 $this->db = $db;
37 }
38
39 /*
40 public function ...() : ...\RepoService
41 {
42 return new ...\RepoService(
43 $this->data,
44 $this->db
45 );
46 }*/
47
49 {
50 return new AccessSessionRepository();
51 }
52}
__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...