ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\News\InternalDomainService Class Reference
+ Collaboration diagram for ILIAS\News\InternalDomainService:

Public Member Functions

 __construct (Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service)
 
 dashboard ()
 
 timeline ()
 

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 31 of file class.InternalDomainService.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

42 {
43 $this->repo_service = $repo_service;
44 $this->data_service = $data_service;
45 $this->initDomainServices($DIC);
46 }
initDomainServices(\ILIAS\DI\Container $DIC)

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

+ Here is the call graph for this function:

Member Function Documentation

◆ dashboard()

ILIAS\News\InternalDomainService::dashboard ( )

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

48 : DashboardNewsManager
49 {
50 return new DashboardNewsManager(
51 $this->data_service,
52 $this->repo_service,
53 $this
54 );
55 }

Referenced by ILIAS\News\Dashboard\InternalGUIService\__construct().

+ Here is the caller graph for this function:

◆ timeline()

ILIAS\News\InternalDomainService::timeline ( )

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

57 : TimelineManager
58 {
59 return new TimelineManager(
60 $this->data_service,
61 $this->repo_service,
62 $this
63 );
64 }

Field Documentation

◆ $data_service

InternalDataService ILIAS\News\InternalDomainService::$data_service
protected

◆ $repo_service

InternalRepoService ILIAS\News\InternalDomainService::$repo_service
protected

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