ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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.

References ILIAS\Repository\initDomainServices().

42  {
43  $this->repo_service = $repo_service;
44  $this->data_service = $data_service;
45  $this->initDomainServices($DIC);
46  }
initDomainServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:22
+ 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.

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

48  : DashboardNewsManager
49  {
50  return new DashboardNewsManager(
51  $this->data_service,
52  $this->repo_service,
53  $this
54  );
55  }
+ 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

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

◆ $repo_service

InternalRepoService ILIAS\News\InternalDomainService::$repo_service
protected

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


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