ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.FeatureConfig.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
30 {
31  public function supportsCompetences(): bool
32  {
33  return false;
34  }
35 
36  public function supportsConstraints(): bool
37  {
38  return true;
39  }
40 
41  public function supportsAccessCodes(): bool
42  {
43  return true;
44  }
45 
46  public function supportsTutorNotification(): bool
47  {
48  return true;
49  }
50 
51  public function supportsMemberReminder(): bool
52  {
53  return true;
54  }
55 
56  public function supportsSumScore(): bool
57  {
58  return true;
59  }
60 
61  public function usesAppraisees(): bool
62  {
63  return false;
64  }
65 }
usesAppraisees()
If raters rate single persons (appraisees) this mode is activated.