ILIAS  release_8 Revision v8.24
ILIAS\MediaCast\InternalDomainService Class Reference
+ Collaboration diagram for ILIAS\MediaCast\InternalDomainService:

Public Member Functions

 __construct (Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service)
 
 mediaCast ()
 
 learningProgress (\ilObjMediaCast $cast)
 

Protected Attributes

InternalRepoService $repo_service
 
InternalDataService $data_service
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 30 of file class.InternalDomainService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MediaCast\InternalDomainService::__construct ( Container  $DIC,
InternalRepoService  $repo_service,
InternalDataService  $data_service 
)

Definition at line 37 of file class.InternalDomainService.php.

41 {
42 $this->repo_service = $repo_service;
43 $this->data_service = $data_service;
45 }
global $DIC
Definition: feed.php:28
initDomainServices(\ILIAS\DI\Container $DIC)

References ILIAS\MediaCast\InternalDomainService\$data_service, ILIAS\MediaCast\InternalDomainService\$repo_service, and ILIAS\Repository\initDomainServices().

+ Here is the call graph for this function:

Member Function Documentation

◆ learningProgress()

ILIAS\MediaCast\InternalDomainService::learningProgress ( \ilObjMediaCast  $cast)

Definition at line 63 of file class.InternalDomainService.php.

63 : LearningProgressManager
64 {
65 return new LearningProgressManager($cast);
66 }

◆ mediaCast()

ILIAS\MediaCast\InternalDomainService::mediaCast ( )

Definition at line 58 of file class.InternalDomainService.php.

58 : MediaCastManager
59 {
60 return new MediaCastManager();
61 }

Field Documentation

◆ $data_service

InternalDataService ILIAS\MediaCast\InternalDomainService::$data_service
protected

◆ $repo_service

InternalRepoService ILIAS\MediaCast\InternalDomainService::$repo_service
protected

The documentation for this class was generated from the following file: