|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\MediaCast\InternalService:Public Member Functions | |
| __construct (Container $DIC) | |
| data () | |
| repo () | |
| domain () | |
| gui () | |
Protected Attributes | |
| InternalDataService | $data |
| InternalRepoService | $repo |
| InternalDomainService | $domain |
| InternalGUIService | $gui |
Definition at line 28 of file class.InternalService.php.
| ILIAS\MediaCast\InternalService::__construct | ( | Container | $DIC | ) |
Definition at line 35 of file class.InternalService.php.
References $DIC, ILIAS\MediaCast\InternalService\data(), ILIAS\DI\Container\database(), ILIAS\MediaCast\InternalService\domain(), ILIAS\MediaCast\InternalService\gui(), and ILIAS\MediaCast\InternalService\repo().
Here is the call graph for this function:| ILIAS\MediaCast\InternalService::data | ( | ) |
Definition at line 55 of file class.InternalService.php.
References ILIAS\MediaCast\InternalService\$data.
Referenced by ILIAS\MediaCast\InternalService\__construct().
Here is the caller graph for this function:| ILIAS\MediaCast\InternalService::domain | ( | ) |
Definition at line 65 of file class.InternalService.php.
References ILIAS\MediaCast\InternalService\$domain.
Referenced by ILIAS\MediaCast\InternalService\__construct().
Here is the caller graph for this function:| ILIAS\MediaCast\InternalService::gui | ( | ) |
Definition at line 70 of file class.InternalService.php.
References ILIAS\MediaCast\InternalService\$gui.
Referenced by ILIAS\MediaCast\InternalService\__construct().
Here is the caller graph for this function:| ILIAS\MediaCast\InternalService::repo | ( | ) |
Definition at line 60 of file class.InternalService.php.
References ILIAS\MediaCast\InternalService\$repo.
Referenced by ILIAS\MediaCast\InternalService\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file class.InternalService.php.
Referenced by ILIAS\MediaCast\InternalService\data().
|
protected |
Definition at line 32 of file class.InternalService.php.
Referenced by ILIAS\MediaCast\InternalService\domain().
|
protected |
Definition at line 33 of file class.InternalService.php.
Referenced by ILIAS\MediaCast\InternalService\gui().
|
protected |
Definition at line 31 of file class.InternalService.php.
Referenced by ILIAS\MediaCast\InternalService\repo().