ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Data Fields | |
const | CRS_ADMIN = 1 |
const | CRS_MEMBER = 2 |
const | CRS_TUTOR = 3 |
const | SUBSCRIPTION_DEACTIVATED = 0 |
const | SUBSCRIPTION_UNLIMITED = 1 |
const | SUBSCRIPTION_LIMITED = 2 |
const | MAIL_ALLOWED_ALL = 1 |
const | MAIL_ALLOWED_TUTORS = 2 |
Definition at line 49 of file class.ilCourseConstants.php.
const ilCourseConstants::CRS_ADMIN = 1 |
Definition at line 51 of file class.ilCourseConstants.php.
Referenced by ilObjCourseGUI\afterImport().
const ilCourseConstants::CRS_MEMBER = 2 |
Definition at line 52 of file class.ilCourseConstants.php.
const ilCourseConstants::CRS_TUTOR = 3 |
Definition at line 53 of file class.ilCourseConstants.php.
const ilCourseConstants::MAIL_ALLOWED_ALL = 1 |
Definition at line 59 of file class.ilCourseConstants.php.
Referenced by ilObjCourseGUI\addMailToMemberButton(), ilObjCourseGUI\executeCommand(), ilObjCourseGUI\getTabs(), and ilObjCourseGUI\initEditForm().
const ilCourseConstants::MAIL_ALLOWED_TUTORS = 2 |
Definition at line 60 of file class.ilCourseConstants.php.
Referenced by ilObjCourseGUI\initEditForm().
const ilCourseConstants::SUBSCRIPTION_DEACTIVATED = 0 |
Definition at line 55 of file class.ilCourseConstants.php.
const ilCourseConstants::SUBSCRIPTION_LIMITED = 2 |
Definition at line 57 of file class.ilCourseConstants.php.
Referenced by ilObjCourseAccess\lookupRegistrationInfo().
const ilCourseConstants::SUBSCRIPTION_UNLIMITED = 1 |
Definition at line 56 of file class.ilCourseConstants.php.
Referenced by ilObjCourseAccess\lookupRegistrationInfo().