|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilMStListCourse. More...
Collaboration diagram for ilMStListCourse:Public Member Functions | |
| getCrsRefId () | |
| setCrsRefId ($crs_ref_id) | |
| getCrsTitle () | |
| setCrsTitle ($crs_title) | |
| getUsrId () | |
| setUsrId ($usr_id) | |
| getUsrRegStatus () | |
| setUsrRegStatus ($usr_reg_status) | |
| getUsrLpStatus () | |
| setUsrLpStatus ($usr_lp_status) | |
| getUsrLogin () | |
| setUsrLogin ($usr_login) | |
| getUsrFirstname () | |
| setUsrFirstname ($usr_firstname) | |
| getUsrLastname () | |
| setUsrLastname ($usr_lastname) | |
| getUsrEmail () | |
| setUsrEmail ($usr_email) | |
| returnIlUserObj () | |
| returnIlCourseObj () | |
Static Public Member Functions | |
| static | getMembershipStatusText ($status) |
Data Fields | |
| const | MEMBERSHIP_STATUS_REQUESTED = 1 |
| const | MEMBERSHIP_STATUS_WAITINGLIST = 2 |
| const | MEMBERSHIP_STATUS_REGISTERED = 3 |
Protected Attributes | |
| $crs_ref_id | |
| $crs_title | |
| $usr_id | |
| $usr_reg_status | |
| $usr_lp_status | |
| $usr_login | |
| $usr_firstname | |
| $usr_lastname | |
| $usr_email | |
Class ilMStListCourse.
Definition at line 8 of file class.ilMStListCourse.php.
| ilMStListCourse::getCrsRefId | ( | ) |
Definition at line 55 of file class.ilMStListCourse.php.
References $crs_ref_id.
Referenced by ilMyStaffGUI\getUserLpStatusAsHtml(), and ilMyStaffGUI\getUserLpStatusAsText().
Here is the caller graph for this function:| ilMStListCourse::getCrsTitle | ( | ) |
Definition at line 73 of file class.ilMStListCourse.php.
References $crs_title.
|
static |
| int | $status |
Definition at line 243 of file class.ilMStListCourse.php.
References $DIC, MEMBERSHIP_STATUS_REGISTERED, MEMBERSHIP_STATUS_REQUESTED, and MEMBERSHIP_STATUS_WAITINGLIST.
Referenced by ilMStListCoursesTableGUI\fillRow(), ilMStShowUserCoursesTableGUI\fillRow(), ilMStListCoursesTableGUI\getFieldValuesForExport(), and ilMStShowUserCoursesTableGUI\getFieldValuesForExport().
Here is the caller graph for this function:| ilMStListCourse::getUsrEmail | ( | ) |
Definition at line 199 of file class.ilMStListCourse.php.
References $usr_email.
| ilMStListCourse::getUsrFirstname | ( | ) |
Definition at line 163 of file class.ilMStListCourse.php.
References $usr_firstname.
| ilMStListCourse::getUsrId | ( | ) |
Definition at line 91 of file class.ilMStListCourse.php.
References $usr_id.
Referenced by ilMStListCoursesTableGUI\getFieldValuesForExport().
Here is the caller graph for this function:| ilMStListCourse::getUsrLastname | ( | ) |
Definition at line 181 of file class.ilMStListCourse.php.
References $usr_lastname.
| ilMStListCourse::getUsrLogin | ( | ) |
Definition at line 145 of file class.ilMStListCourse.php.
References $usr_login.
| ilMStListCourse::getUsrLpStatus | ( | ) |
Definition at line 127 of file class.ilMStListCourse.php.
References $usr_lp_status.
Referenced by ilMyStaffGUI\getUserLpStatusAsHtml(), and ilMyStaffGUI\getUserLpStatusAsText().
Here is the caller graph for this function:| ilMStListCourse::getUsrRegStatus | ( | ) |
Definition at line 109 of file class.ilMStListCourse.php.
References $usr_reg_status.
Referenced by ilMStListCoursesTableGUI\getFieldValuesForExport(), and ilMStShowUserCoursesTableGUI\getFieldValuesForExport().
Here is the caller graph for this function:| ilMStListCourse::returnIlCourseObj | ( | ) |
Definition at line 230 of file class.ilMStListCourse.php.
| ilMStListCourse::returnIlUserObj | ( | ) |
Definition at line 219 of file class.ilMStListCourse.php.
| ilMStListCourse::setCrsRefId | ( | $crs_ref_id | ) |
| int | $crs_ref_id |
Definition at line 64 of file class.ilMStListCourse.php.
References $crs_ref_id.
| ilMStListCourse::setCrsTitle | ( | $crs_title | ) |
| string | $crs_title |
Definition at line 82 of file class.ilMStListCourse.php.
References $crs_title.
| ilMStListCourse::setUsrEmail | ( | $usr_email | ) |
| string | $usr_email |
Definition at line 208 of file class.ilMStListCourse.php.
References $usr_email.
| ilMStListCourse::setUsrFirstname | ( | $usr_firstname | ) |
| string | $usr_firstname |
Definition at line 172 of file class.ilMStListCourse.php.
References $usr_firstname.
| ilMStListCourse::setUsrId | ( | $usr_id | ) |
| ilMStListCourse::setUsrLastname | ( | $usr_lastname | ) |
| string | $usr_lastname |
Definition at line 190 of file class.ilMStListCourse.php.
References $usr_lastname.
| ilMStListCourse::setUsrLogin | ( | $usr_login | ) |
| string | $usr_login |
Definition at line 154 of file class.ilMStListCourse.php.
References $usr_login.
| ilMStListCourse::setUsrLpStatus | ( | $usr_lp_status | ) |
| int | $usr_lp_status |
Definition at line 136 of file class.ilMStListCourse.php.
References $usr_lp_status.
| ilMStListCourse::setUsrRegStatus | ( | $usr_reg_status | ) |
| int | $usr_reg_status |
Definition at line 118 of file class.ilMStListCourse.php.
References $usr_reg_status.
|
protected |
Definition at line 17 of file class.ilMStListCourse.php.
Referenced by getCrsRefId(), and setCrsRefId().
|
protected |
Definition at line 21 of file class.ilMStListCourse.php.
Referenced by getCrsTitle(), and setCrsTitle().
|
protected |
Definition at line 49 of file class.ilMStListCourse.php.
Referenced by getUsrEmail(), and setUsrEmail().
|
protected |
Definition at line 41 of file class.ilMStListCourse.php.
Referenced by getUsrFirstname(), and setUsrFirstname().
|
protected |
Definition at line 25 of file class.ilMStListCourse.php.
Referenced by getUsrId(), and setUsrId().
|
protected |
Definition at line 45 of file class.ilMStListCourse.php.
Referenced by getUsrLastname(), and setUsrLastname().
|
protected |
Definition at line 37 of file class.ilMStListCourse.php.
Referenced by getUsrLogin(), and setUsrLogin().
|
protected |
Definition at line 33 of file class.ilMStListCourse.php.
Referenced by getUsrLpStatus(), and setUsrLpStatus().
|
protected |
Definition at line 29 of file class.ilMStListCourse.php.
Referenced by getUsrRegStatus(), and setUsrRegStatus().
| const ilMStListCourse::MEMBERSHIP_STATUS_REGISTERED = 3 |
Definition at line 12 of file class.ilMStListCourse.php.
Referenced by ilMStListCourses\getData(), getMembershipStatusText(), ilMStListCoursesTableGUI\initFilter(), and ilMStShowUserCoursesTableGUI\initFilter().
| const ilMStListCourse::MEMBERSHIP_STATUS_REQUESTED = 1 |
Definition at line 10 of file class.ilMStListCourse.php.
Referenced by ilMStListCourses\getData(), getMembershipStatusText(), ilMStListCoursesTableGUI\initFilter(), and ilMStShowUserCoursesTableGUI\initFilter().
| const ilMStListCourse::MEMBERSHIP_STATUS_WAITINGLIST = 2 |
Definition at line 11 of file class.ilMStListCourse.php.
Referenced by ilMStListCourses\getData(), getMembershipStatusText(), ilMStListCoursesTableGUI\initFilter(), and ilMStShowUserCoursesTableGUI\initFilter().