ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\Exercise\PeerReview\GUIService Class Reference
+ Collaboration diagram for ILIAS\Exercise\PeerReview\GUIService:

Public Member Functions

 __construct (InternalDomainService $domain_service, InternalGUIService $gui_service)
 
 getPeerReviewGUI (\ilExAssignment $exc, ?\ilExSubmission $submission=null)
 

Protected Attributes

InternalDomainService $domain_service
 
InternalGUIService $gui_service
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Exercise\PeerReview\GUIService::__construct ( InternalDomainService  $domain_service,
InternalGUIService  $gui_service 
)

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

References ILIAS\Exercise\PeerReview\GUIService\$domain_service, and ILIAS\Exercise\PeerReview\GUIService\$gui_service.

35  {
36  $this->domain_service = $domain_service;
37  $this->gui_service = $gui_service;
38  }

Member Function Documentation

◆ getPeerReviewGUI()

ILIAS\Exercise\PeerReview\GUIService::getPeerReviewGUI ( \ilExAssignment  $exc,
?\ilExSubmission  $submission = null 
)

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

42  {
43  return new \ilExPeerReviewGUI(
44  $exc,
45  $submission
46  );
47  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

Field Documentation

◆ $domain_service

InternalDomainService ILIAS\Exercise\PeerReview\GUIService::$domain_service
protected

◆ $gui_service

InternalGUIService ILIAS\Exercise\PeerReview\GUIService::$gui_service
protected

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