ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilObjGroupAdministrationGUI.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
32 {
33  protected function getType(): string
34  {
35  return "grps";
36  }
37 
38  protected function getParentObjType(): string
39  {
40  return "grp";
41  }
42 
43  protected function getAdministrationFormId(): int
44  {
46  }
47 
49  {
50  return $form;
51  }
52 
53  protected function saveChildSettings(ilPropertyFormGUI $form): void
54  {
55  }
56 
57  protected function getChildSettingsInfo(int $a_form_id): array
58  {
59  return [];
60  }
61 }
Membership Administration Settings.