|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Notes\Service:Public Member Functions | |
| __construct (Container $DIC) | |
| data () | |
| Internal service, do not use in other components. More... | |
| domain () | |
| External domain service facade. More... | |
| gui () | |
| External gui service facade. More... | |
Protected Attributes | |
| Container | $DIC |
Definition at line 28 of file class.Service.php.
| ILIAS\Notes\Service::__construct | ( | Container | $DIC | ) |
Definition at line 32 of file class.Service.php.
References ILIAS\Notes\Service\$DIC.
| ILIAS\Notes\Service::data | ( | ) |
Internal service, do not use in other components.
External data service facade
Definition at line 48 of file class.Service.php.
References ILIAS\Notes\Service\data().
Referenced by ILIAS\Notes\Service\data().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Notes\Service::domain | ( | ) |
External domain service facade.
Definition at line 56 of file class.Service.php.
References ILIAS\Notes\Service\domain().
Referenced by ILIAS\Notes\Service\domain().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Notes\Service::gui | ( | ) |
External gui service facade.
Definition at line 64 of file class.Service.php.
References ILIAS\Notes\Service\gui().
Referenced by ILIAS\Notes\Service\gui().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file class.Service.php.
Referenced by ILIAS\Notes\Service\__construct().