Notes internal repo service.
More...
Notes internal repo service.
- Author
- Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de
Definition at line 27 of file class.InternalRepoService.php.
◆ __construct()
◆ note()
ILIAS\Notes\InternalRepoService::note |
( |
| ) |
|
Definition at line 38 of file class.InternalRepoService.php.
38 : NoteDBRepository
39 {
40 return new NoteDBRepository(
41 $this->data,
42 $this->db
43 );
44 }
◆ notesSession()
ILIAS\Notes\InternalRepoService::notesSession |
( |
| ) |
|
◆ settings()
ILIAS\Notes\InternalRepoService::settings |
( |
| ) |
|
Definition at line 51 of file class.InternalRepoService.php.
51 : NoteSettingsDBRepository
52 {
53 return new NoteSettingsDBRepository(
54 $this->data,
55 $this->db
56 );
57 }
◆ $data
◆ $db
The documentation for this class was generated from the following file: