ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\News\InternalRepoService Class Reference

Notes internal repo service. More...

+ Collaboration diagram for ILIAS\News\InternalRepoService:

Public Member Functions

 __construct (InternalDataService $data, \ilDBInterface $db)
 
 dashboard ()
 

Protected Attributes

InternalDataService $data
 
ilDBInterface $db
 

Detailed Description

Notes internal repo service.

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

Definition at line 29 of file class.InternalRepoService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\News\InternalRepoService::__construct ( InternalDataService  $data,
\ilDBInterface  $db 
)

Definition at line 34 of file class.InternalRepoService.php.

35 {
36 $this->data = $data;
37 $this->db = $db;
38 }

References ILIAS\News\InternalRepoService\$data, and ILIAS\News\InternalRepoService\$db.

Member Function Documentation

◆ dashboard()

ILIAS\News\InternalRepoService::dashboard ( )

Definition at line 40 of file class.InternalRepoService.php.

40 : DashboardSessionRepository
41 {
42 return new DashboardSessionRepository(
43 );
44 }

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

+ Here is the caller graph for this function:

Field Documentation

◆ $data

InternalDataService ILIAS\News\InternalRepoService::$data
protected

◆ $db

ilDBInterface ILIAS\News\InternalRepoService::$db
protected

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