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

Exercise internal service. More...

+ Collaboration diagram for ILIAS\Exercise\InternalService:

Public Member Functions

 gui ()
 
 repo ()
 Booking service repos. More...
 
 data ()
 Booking service data objects. More...
 
 domain ()
 

Protected Attributes

ILIAS DI Container $dic
 
InternalDataService $data
 
InternalGUIService $gui
 
InternalDomainService $domain
 
InternalRepoService $repo
 
ilDBInterface $db
 
HTTP Services $http
 
Refinery Factory $refinery
 
ilObjectService $obj_service
 

Detailed Description

Exercise internal service.

Do not use in other components.

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

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

Member Function Documentation

◆ data()

ILIAS\Exercise\InternalService::data ( )

Booking service data objects.

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

92 {
93 return $this->data;
94 }
Internal factory for data objects.

References $data.

◆ domain()

ILIAS\Exercise\InternalService::domain ( )

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

Referenced by ilExerciseManagementGUI\__construct(), and ilExGradesTableGUI\__construct().

+ Here is the caller graph for this function:

◆ gui()

ILIAS\Exercise\InternalService::gui ( )

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

73 return new InternalGUIService(
74 $this->dic,
75 $this->data,
76 $this->domain
77 );
78 }
Exercise UI frontend presentation service class.
data()
Booking service data objects.

Referenced by ilExerciseManagementGUI\__construct().

+ Here is the caller graph for this function:

◆ repo()

ILIAS\Exercise\InternalService::repo ( )

Booking service repos.

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

Field Documentation

◆ $data

InternalDataService ILIAS\Exercise\InternalService::$data
protected

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

◆ $db

ilDBInterface ILIAS\Exercise\InternalService::$db
protected

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

◆ $dic

ILIAS DI Container ILIAS\Exercise\InternalService::$dic
protected

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

◆ $domain

InternalDomainService ILIAS\Exercise\InternalService::$domain
protected

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

◆ $gui

InternalGUIService ILIAS\Exercise\InternalService::$gui
protected

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

◆ $http

HTTP Services ILIAS\Exercise\InternalService::$http
protected

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

◆ $obj_service

ilObjectService ILIAS\Exercise\InternalService::$obj_service
protected

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

◆ $refinery

Refinery Factory ILIAS\Exercise\InternalService::$refinery
protected

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

◆ $repo

InternalRepoService ILIAS\Exercise\InternalService::$repo
protected

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


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