◆ __construct()
◆ noteAccess()
| ILIAS\Notes\InternalDomainService::noteAccess |
( |
| ) |
|
Definition at line 47 of file class.InternalDomainService.php.
49 return $this->instances[AccessManager::class] = $this->instances[AccessManager::class] ??
new AccessManager(
◆ notes()
| ILIAS\Notes\InternalDomainService::notes |
( |
| ) |
|
Definition at line 56 of file class.InternalDomainService.php.
58 return $this->instances[NotesManager::class] = $this->instances[NotesManager::class] ??
new NotesManager(
◆ notification()
| ILIAS\Notes\InternalDomainService::notification |
( |
| ) |
|
Definition at line 65 of file class.InternalDomainService.php.
65 : NotificationsManager
67 return $this->instances[NotificationsManager::class] = $this->instances[NotificationsManager::class] ??
new NotificationsManager(
◆ $data_service
◆ $instances
| array ILIAS\Notes\InternalDomainService::$instances = [] |
|
protected |
◆ $repo_service
The documentation for this class was generated from the following file: