ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.GUIService.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
27{
30
31
32 public function __construct(
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.
getPeerReviewGUI(\ilExAssignment $exc, ?\ilExSubmission $submission=null)
__construct(InternalDomainService $domain_service, InternalGUIService $gui_service)
Exercise assignment.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Exercise submission //TODO: This class has many static methods related to delivered "files".