ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Data Fields | |
const | GRP_REGISTRATION_DEACTIVATED = -1 |
const | GRP_REGISTRATION_DIRECT = 0 |
const | GRP_REGISTRATION_REQUEST = 1 |
const | GRP_REGISTRATION_PASSWORD = 2 |
const | GRP_REGISTRATION_LIMITED = 1 |
const | GRP_REGISTRATION_UNLIMITED = 2 |
const | GRP_TYPE_UNKNOWN = 0 |
const | GRP_TYPE_CLOSED = 1 |
const | GRP_TYPE_OPEN = 2 |
const | GRP_TYPE_PUBLIC = 3 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too. If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilGroupConstants
Definition at line 19 of file class.ilGroupConstants.php.
const ilGroupConstants::GRP_REGISTRATION_DEACTIVATED = -1 |
Definition at line 21 of file class.ilGroupConstants.php.
Referenced by ilGroupXMLWriter\__buildRegistration(), ilGroupRegistrationGUI\fillRegistrationType(), ilObjGroupGUI\initForm(), ilObjGroup\isRegistrationEnabled(), and ilGroupXMLParser\save().
const ilGroupConstants::GRP_REGISTRATION_DIRECT = 0 |
Definition at line 22 of file class.ilGroupConstants.php.
Referenced by ilGroupXMLWriter\__buildRegistration(), ilObjGroupGUI\afterSave(), ilGroupRegistrationGUI\fillRegistrationType(), ilObjGroupGUI\infoScreen(), ilObjGroupGUI\initForm(), and ilGroupXMLParser\save().
const ilGroupConstants::GRP_REGISTRATION_LIMITED = 1 |
Definition at line 25 of file class.ilGroupConstants.php.
const ilGroupConstants::GRP_REGISTRATION_PASSWORD = 2 |
Definition at line 24 of file class.ilGroupConstants.php.
Referenced by ilGroupXMLWriter\__buildRegistration(), ilGroupRegistrationGUI\fillRegistrationType(), ilObjGroupGUI\infoScreen(), ilObjGroupGUI\initForm(), ilGroupXMLParser\save(), ilGroupRegistrationGUI\validate(), and ilObjGroup\validate().
const ilGroupConstants::GRP_REGISTRATION_REQUEST = 1 |
Definition at line 23 of file class.ilGroupConstants.php.
Referenced by ilGroupXMLWriter\__buildRegistration(), ilGroupRegistrationGUI\add(), ilGroupRegistrationGUI\addCommandButtons(), ilGroupRegistrationGUI\fillRegistrationType(), ilObjGroupGUI\infoScreen(), ilObjGroupGUI\initForm(), and ilGroupXMLParser\save().
const ilGroupConstants::GRP_REGISTRATION_UNLIMITED = 2 |
Definition at line 26 of file class.ilGroupConstants.php.
const ilGroupConstants::GRP_TYPE_CLOSED = 1 |
const ilGroupConstants::GRP_TYPE_OPEN = 2 |
Definition at line 29 of file class.ilGroupConstants.php.
Referenced by ilGroupXMLWriter\__buildGroup(), ilObjRole\createPermissionIntersection(), ilObjGroup\readGroupStatus(), ilGroupXMLParser\save(), and ilObjGroup\updateGroupType().
const ilGroupConstants::GRP_TYPE_PUBLIC = 3 |
Definition at line 30 of file class.ilGroupConstants.php.
const ilGroupConstants::GRP_TYPE_UNKNOWN = 0 |
Definition at line 27 of file class.ilGroupConstants.php.
Referenced by ilObjGroup\lookupGroupTye().