ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 |
const | IL_CRS_VIEW_TIMING_ABSOLUTE = 0 |
const | IL_CRS_VIEW_TIMING_RELATIVE = 1 |
const | IL_CRS_VIEW_SESSIONS = 0 |
const | IL_CRS_VIEW_OBJECTIVE = 1 |
const | IL_CRS_VIEW_TIMING = 2 |
const | IL_CRS_VIEW_SIMPLE = 4 |
const | IL_CRS_VIEW_BY_TYPE = 5 |
const | CRON_TIMINGS_STARTED_TABLE = 'crs_timings_started' |
const | CRON_TIMINGS_EXCEEDED_TABLE = 'crs_timings_exceeded' |
Definition at line 51 of file class.ilCourseConstants.php.
const ilCourseConstants::CRON_TIMINGS_EXCEEDED_TABLE = 'crs_timings_exceeded' |
Definition at line 76 of file class.ilCourseConstants.php.
Referenced by ilTimingsCronReminder\getAlreadySentNotifications(), and ilTimingsCronReminder\markExceededInDatabase().
const ilCourseConstants::CRON_TIMINGS_STARTED_TABLE = 'crs_timings_started' |
Definition at line 75 of file class.ilCourseConstants.php.
Referenced by ilTimingsCronReminder\getAlreadySentNotifications(), and ilTimingsCronReminder\markFreshlyStartedInDatabase().
const ilCourseConstants::CRS_ADMIN = 1 |
Definition at line 53 of file class.ilCourseConstants.php.
Referenced by ilObjCourseGUI\afterImport().
const ilCourseConstants::CRS_MEMBER = 2 |
Definition at line 54 of file class.ilCourseConstants.php.
Referenced by ilECSAppEventListener\handleMembership(), and ilMembershipRegistrationCodeUtils\useCode().
const ilCourseConstants::CRS_TUTOR = 3 |
Definition at line 55 of file class.ilCourseConstants.php.
const ilCourseConstants::IL_CRS_VIEW_BY_TYPE = 5 |
Definition at line 73 of file class.ilCourseConstants.php.
const ilCourseConstants::IL_CRS_VIEW_OBJECTIVE = 1 |
Definition at line 70 of file class.ilCourseConstants.php.
const ilCourseConstants::IL_CRS_VIEW_SESSIONS = 0 |
Definition at line 69 of file class.ilCourseConstants.php.
const ilCourseConstants::IL_CRS_VIEW_SIMPLE = 4 |
Definition at line 72 of file class.ilCourseConstants.php.
const ilCourseConstants::IL_CRS_VIEW_TIMING = 2 |
Definition at line 71 of file class.ilCourseConstants.php.
Referenced by ilContainerGUI\getContentGUI(), ilTimingsUser\lookupTimings(), and ilObjCourse\prepareAppointments().
const ilCourseConstants::IL_CRS_VIEW_TIMING_ABSOLUTE = 0 |
Definition at line 65 of file class.ilCourseConstants.php.
Referenced by ilCalendarScheduleFilterTimings\addCustomEvents(), ilTimingsManageTableGUI\fillRow(), ilObjectActivationGUI\initTimingMode(), ilObjCourse\lookupTimingMode(), ilTimingsUser\lookupTimings(), and ilCourseContentGUI\updateManagedTimings().
const ilCourseConstants::IL_CRS_VIEW_TIMING_RELATIVE = 1 |
Definition at line 66 of file class.ilCourseConstants.php.
Referenced by ilTimingsManageTableGUI\fillRow(), ilTimingsManageTableGUI\init(), ilCourseAppEventListener\initializeTimings(), ilTimingsUser\lookupTimings(), and ilCalendarScheduleFilterTimings\modifyEvent().
const ilCourseConstants::MAIL_ALLOWED_ALL = 1 |
Definition at line 61 of file class.ilCourseConstants.php.
Referenced by ilObjCourseGUI\executeCommand(), ilMembershipGUI\filterUserIdsByRbacOrPositionOfCurrentUser(), and ilObjCourseGUI\initEditForm().
const ilCourseConstants::MAIL_ALLOWED_TUTORS = 2 |
Definition at line 62 of file class.ilCourseConstants.php.
Referenced by ilObjCourseGUI\initEditForm().
const ilCourseConstants::SUBSCRIPTION_DEACTIVATED = 0 |
Definition at line 57 of file class.ilCourseConstants.php.
const ilCourseConstants::SUBSCRIPTION_LIMITED = 2 |
Definition at line 59 of file class.ilCourseConstants.php.
Referenced by ilObjCourseAccess\lookupRegistrationInfo().
const ilCourseConstants::SUBSCRIPTION_UNLIMITED = 1 |
Definition at line 58 of file class.ilCourseConstants.php.
Referenced by ilObjCourseAccess\lookupRegistrationInfo().