◆ __construct()
◆ noteAccess()
ILIAS\Notes\InternalDomainService::noteAccess |
( |
| ) |
|
Definition at line 46 of file class.InternalDomainService.php.
46 : AccessManager
47 {
48 return new AccessManager(
49 $this->data_service,
50 $this->repo_service,
51 $this
52 );
53 }
◆ notes()
ILIAS\Notes\InternalDomainService::notes |
( |
| ) |
|
Definition at line 55 of file class.InternalDomainService.php.
55 : NotesManager
56 {
57 return new NotesManager(
58 $this->data_service,
59 $this->repo_service,
60 $this
61 );
62 }
◆ notification()
ILIAS\Notes\InternalDomainService::notification |
( |
| ) |
|
Definition at line 64 of file class.InternalDomainService.php.
64 : NotificationsManager
65 {
66 return new NotificationsManager(
67 $this->data_service,
68 $this->repo_service,
69 $this
70 );
71 }
◆ $data_service
◆ $repo_service
The documentation for this class was generated from the following file: