|
ILIAS
release_8 Revision v8.24
|
Notes internal service. More...
Collaboration diagram for ILIAS\Notes\InternalService:Public Member Functions | |
| __construct (Container $DIC) | |
| data () | |
| repo () | |
| domain () | |
| gui () | |
Protected Attributes | |
| InternalDataService | $data |
| InternalRepoService | $repo |
| InternalDomainService | $domain |
| InternalGUIService | $gui |
Notes internal service.
Definition at line 29 of file class.InternalService.php.
| ILIAS\Notes\InternalService::__construct | ( | Container | $DIC | ) |
Definition at line 36 of file class.InternalService.php.
References $DIC, ILIAS\Notes\InternalService\data(), ILIAS\DI\Container\database(), ILIAS\Notes\InternalService\domain(), ILIAS\Notes\InternalService\gui(), and ILIAS\Notes\InternalService\repo().
Here is the call graph for this function:| ILIAS\Notes\InternalService::data | ( | ) |
Definition at line 56 of file class.InternalService.php.
References ILIAS\Notes\InternalService\$data.
Referenced by ILIAS\Notes\InternalService\__construct().
Here is the caller graph for this function:| ILIAS\Notes\InternalService::domain | ( | ) |
Definition at line 66 of file class.InternalService.php.
References ILIAS\Notes\InternalService\$domain.
Referenced by ILIAS\Notes\InternalService\__construct().
Here is the caller graph for this function:| ILIAS\Notes\InternalService::gui | ( | ) |
Definition at line 71 of file class.InternalService.php.
References ILIAS\Notes\InternalService\$gui.
Referenced by ILIAS\Notes\InternalService\__construct().
Here is the caller graph for this function:| ILIAS\Notes\InternalService::repo | ( | ) |
Definition at line 61 of file class.InternalService.php.
References ILIAS\Notes\InternalService\$repo.
Referenced by ILIAS\Notes\InternalService\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 31 of file class.InternalService.php.
Referenced by ILIAS\Notes\InternalService\data().
|
protected |
Definition at line 33 of file class.InternalService.php.
Referenced by ILIAS\Notes\InternalService\domain().
|
protected |
Definition at line 34 of file class.InternalService.php.
Referenced by ILIAS\Notes\InternalService\gui().
|
protected |
Definition at line 32 of file class.InternalService.php.
Referenced by ILIAS\Notes\InternalService\repo().