ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Notes\InternalService Class Reference

Notes internal service. More...

+ Collaboration diagram for ILIAS\Notes\InternalService:

Public Member Functions

 __construct (Container $DIC)
 
 data ()
 
 repo ()
 
 domain ()
 
 gui ()
 

Protected Attributes

InternalDataService $data
 
InternalRepoService $repo
 
InternalDomainService $domain
 
InternalGUIService $gui
 

Detailed Description

Notes internal service.

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

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

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ data()

ILIAS\Notes\InternalService::data ( )

Definition at line 56 of file class.InternalService.php.

57 {
58 return $this->data;
59 }

References ILIAS\Export\InternalService\$data.

◆ domain()

ILIAS\Notes\InternalService::domain ( )

Definition at line 66 of file class.InternalService.php.

67 {
68 return $this->domain;
69 }

References ILIAS\Export\InternalService\$domain.

◆ gui()

ILIAS\Notes\InternalService::gui ( )

Definition at line 71 of file class.InternalService.php.

72 {
73 return $this->gui;
74 }

References ILIAS\Export\InternalService\$gui.

◆ repo()

ILIAS\Notes\InternalService::repo ( )

Definition at line 61 of file class.InternalService.php.

62 {
63 return $this->repo;
64 }

References ILIAS\Export\InternalService\$repo.

Field Documentation

◆ $data

InternalDataService ILIAS\Notes\InternalService::$data
protected

Definition at line 31 of file class.InternalService.php.

◆ $domain

InternalDomainService ILIAS\Notes\InternalService::$domain
protected

Definition at line 33 of file class.InternalService.php.

◆ $gui

InternalGUIService ILIAS\Notes\InternalService::$gui
protected

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

◆ $repo

InternalRepoService ILIAS\Notes\InternalService::$repo
protected

Definition at line 32 of file class.InternalService.php.


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