ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilObjGroupAdministrationGUI.php
Go to the documentation of this file.
1<?php
2
19declare(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}
This class represents a property form user interface.