ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Survey\PrintView\GUIService Class Reference
+ Collaboration diagram for ILIAS\Survey\PrintView\GUIService:

Public Member Functions

 __construct (InternalGUIService $ui_service, \ilObjectService $object_service, InternalDomainService $domain_service)
 
 page (int $ref_id)
 
 list (int $ref_id)
 
 resultsOverview (int $ref_id)
 
 resultsDetails (int $ref_id)
 
 resultsPerUser (int $ref_id)
 

Protected Member Functions

 getPrintProcessGUI (PrintViewProvider $provider)
 

Protected Attributes

InternalGUIService $ui_service
 
ilObjectService $object_service
 
InternalDomainService $domain_service
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Survey\PrintView\GUIService::__construct ( InternalGUIService  $ui_service,
\ilObjectService  $object_service,
InternalDomainService  $domain_service 
)

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

41 {
42 $this->ui_service = $ui_service;
43 $this->object_service = $object_service;
44 $this->domain_service = $domain_service;
45 }
InternalDomainService $domain_service

References ILIAS\Survey\PrintView\GUIService\$domain_service, ILIAS\Survey\PrintView\GUIService\$object_service, and ILIAS\Survey\PrintView\GUIService\$ui_service.

Member Function Documentation

◆ getPrintProcessGUI()

ILIAS\Survey\PrintView\GUIService::getPrintProcessGUI ( PrintViewProvider  $provider)
protected

Definition at line 98 of file class.GUIService.php.

98 : PrintProcessGUI
99 {
100 return new PrintProcessGUI(
101 $provider,
102 $this->ui_service->http(),
103 $this->ui_service->ui(),
104 $this->domain_service->lng()
105 );
106 }
$provider
Definition: ltitoken.php:80

References $provider.

Referenced by ILIAS\Survey\PrintView\GUIService\list(), ILIAS\Survey\PrintView\GUIService\page(), ILIAS\Survey\PrintView\GUIService\resultsDetails(), ILIAS\Survey\PrintView\GUIService\resultsOverview(), and ILIAS\Survey\PrintView\GUIService\resultsPerUser().

+ Here is the caller graph for this function:

◆ list()

ILIAS\Survey\PrintView\GUIService::list ( int  $ref_id)

Definition at line 57 of file class.GUIService.php.

57 : PrintProcessGUI
58 {
59 $provider = new ListPrintViewProviderGUI(
60 $this->domain_service->lng(),
61 $this->ui_service->ctrl(),
63 );
64 return $this->getPrintProcessGUI($provider);
65 }
getPrintProcessGUI(PrintViewProvider $provider)
$ref_id
Definition: ltiauth.php:66

References $provider, $ref_id, and ILIAS\Survey\PrintView\GUIService\getPrintProcessGUI().

+ Here is the call graph for this function:

◆ page()

ILIAS\Survey\PrintView\GUIService::page ( int  $ref_id)

Definition at line 47 of file class.GUIService.php.

47 : PrintProcessGUI
48 {
49 $provider = new PagePrintViewProviderGUI(
50 $this->domain_service->lng(),
51 $this->ui_service->ctrl(),
53 );
54 return $this->getPrintProcessGUI($provider);
55 }

References $provider, $ref_id, and ILIAS\Survey\PrintView\GUIService\getPrintProcessGUI().

+ Here is the call graph for this function:

◆ resultsDetails()

ILIAS\Survey\PrintView\GUIService::resultsDetails ( int  $ref_id)

Definition at line 78 of file class.GUIService.php.

78 : PrintProcessGUI
79 {
80 $provider = new ResultsDetailsPrintViewProviderGUI(
81 $this->domain_service->lng(),
82 $this->ui_service->ctrl(),
84 );
85 return $this->getPrintProcessGUI($provider);
86 }

References $provider, $ref_id, and ILIAS\Survey\PrintView\GUIService\getPrintProcessGUI().

+ Here is the call graph for this function:

◆ resultsOverview()

ILIAS\Survey\PrintView\GUIService::resultsOverview ( int  $ref_id)

Definition at line 68 of file class.GUIService.php.

68 : PrintProcessGUI
69 {
70 $provider = new ResultsOverviewPrintViewProviderGUI(
71 $this->domain_service->lng(),
72 $this->ui_service->ctrl(),
74 );
75 return $this->getPrintProcessGUI($provider);
76 }

References $provider, $ref_id, and ILIAS\Survey\PrintView\GUIService\getPrintProcessGUI().

+ Here is the call graph for this function:

◆ resultsPerUser()

ILIAS\Survey\PrintView\GUIService::resultsPerUser ( int  $ref_id)

Definition at line 88 of file class.GUIService.php.

88 : PrintProcessGUI
89 {
90 $provider = new ResultsPerUserPrintViewProviderGUI(
91 $this->domain_service->lng(),
92 $this->ui_service->ctrl(),
94 );
95 return $this->getPrintProcessGUI($provider);
96 }

References $provider, $ref_id, and ILIAS\Survey\PrintView\GUIService\getPrintProcessGUI().

+ Here is the call graph for this function:

Field Documentation

◆ $domain_service

InternalDomainService ILIAS\Survey\PrintView\GUIService::$domain_service
protected

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

Referenced by ILIAS\Survey\PrintView\GUIService\__construct().

◆ $object_service

ilObjectService ILIAS\Survey\PrintView\GUIService::$object_service
protected

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

Referenced by ILIAS\Survey\PrintView\GUIService\__construct().

◆ $ui_service

InternalGUIService ILIAS\Survey\PrintView\GUIService::$ui_service
protected

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

Referenced by ILIAS\Survey\PrintView\GUIService\__construct().


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