ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.GUIService.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
25 
27 {
30 
31 
32  public function __construct(
33  InternalDomainService $domain_service,
34  InternalGUIService $gui_service
35  ) {
36  $this->domain_service = $domain_service;
37  $this->gui_service = $gui_service;
38  }
39 
40 
41  public function getPeerReviewGUI(\ilExAssignment $exc, ?\ilExSubmission $submission = null): \ilExPeerReviewGUI
42  {
43  return new \ilExPeerReviewGUI(
44  $exc,
45  $submission
46  );
47  }
48 }
Exercise UI frontend presentation service class.
Exercise assignment.
__construct(InternalDomainService $domain_service, InternalGUIService $gui_service)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getPeerReviewGUI(\ilExAssignment $exc, ?\ilExSubmission $submission=null)
Exercise submission //TODO: This class has many static methods related to delivered "files"...