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

References ILIAS\Exercise\InternalService\$data.

Referenced by ILIAS\Exercise\InternalService\gui().

91  : InternalDataService
92  {
93  return $this->data;
94  }
+ Here is the caller graph for this function:

◆ domain()

ILIAS\Exercise\InternalService::domain ( )

◆ gui()

ILIAS\Exercise\InternalService::gui ( )

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

References ILIAS\Exercise\InternalService\data(), and ILIAS\Exercise\InternalService\domain().

Referenced by ilExerciseManagementGUI\__construct().

72  : InternalGUIService {
73  return new InternalGUIService(
74  $this->dic,
75  $this->data,
76  $this->domain
77  );
78  }
data()
Booking service data objects.
+ Here is the call graph for this function:
+ 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.

References ILIAS\Exercise\InternalService\$repo.

83  : InternalRepoService
84  {
85  return $this->repo;
86  }

Field Documentation

◆ $data

InternalDataService ILIAS\Exercise\InternalService::$data
protected

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

Referenced by ILIAS\Exercise\InternalService\data().

◆ $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.

Referenced by ILIAS\Exercise\InternalService\domain().

◆ $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.

Referenced by ILIAS\Exercise\InternalService\repo().


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