ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilObjGroupAdministrationGUI.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4include_once "./Services/Membership/classes/class.ilMembershipAdministrationGUI.php" ;
5
17{
18 public function getType()
19 {
20 return "grps";
21 }
22
23 public function getParentObjType()
24 {
25 return "grp";
26 }
27
28 protected function getAdministrationFormId()
29 {
31 }
32
33 protected function addChildContentsTo($form)
34 {
35 return $form;
36 }
37
38 protected function saveChildSettings($form)
39 {
40 }
41
42 protected function getChildSettingsInfo($a_form_id)
43 {
44 return null;
45 }
46}
An exception for terminatinating execution or to throw for unit testing.