| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
class ilTimingAccepted More...
 Collaboration diagram for ilTimingAccepted:
 Collaboration diagram for ilTimingAccepted:| Public Member Functions | |
| ilTimingAccepted ($crs_id, $a_usr_id) | |
| getUserId () | |
| getCourseId () | |
| accept ($a_status) | |
| isAccepted () | |
| setRemark ($a_remark) | |
| getRemark () | |
| setVisible ($a_visible) | |
| isVisible () | |
| update () | |
| create () | |
| delete () | |
| _delete ($a_crs_id, $a_usr_id) | |
| _deleteByCourse ($a_crs_id) | |
| _deleteByUser ($a_usr_id) | |
| __read () | |
| Data Fields | |
| $ilErr | |
| $ilDB | |
| $lng | |
class ilTimingAccepted
Definition at line 34 of file class.ilTimingAccepted.php.
| ilTimingAccepted::__read | ( | ) | 
Definition at line 142 of file class.ilTimingAccepted.php.
References $ilDB, $query, $res, $row, accept(), DB_FETCHMODE_OBJECT, getCourseId(), getUserId(), setRemark(), and setVisible().
Referenced by ilTimingAccepted().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingAccepted::_delete | ( | $a_crs_id, | |
| $a_usr_id | |||
| ) | 
Definition at line 114 of file class.ilTimingAccepted.php.
References $ilDB, $query, and $res.
Referenced by delete(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingAccepted::_deleteByCourse | ( | $a_crs_id | ) | 
| ilTimingAccepted::_deleteByUser | ( | $a_usr_id | ) | 
| ilTimingAccepted::accept | ( | $a_status | ) | 
Definition at line 62 of file class.ilTimingAccepted.php.
Referenced by __read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingAccepted::create | ( | ) | 
Definition at line 94 of file class.ilTimingAccepted.php.
References $ilDB, $query, $res, getCourseId(), getRemark(), getUserId(), isAccepted(), and isVisible().
Referenced by update().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingAccepted::delete | ( | ) | 
Definition at line 109 of file class.ilTimingAccepted.php.
References _delete(), getCourseId(), and getUserId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTimingAccepted::getCourseId | ( | ) | 
| ilTimingAccepted::getRemark | ( | ) | 
Definition at line 74 of file class.ilTimingAccepted.php.
Referenced by create().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingAccepted::getUserId | ( | ) | 
| ilTimingAccepted::ilTimingAccepted | ( | $crs_id, | |
| $a_usr_id | |||
| ) | 
| ilTimingAccepted::isAccepted | ( | ) | 
Definition at line 66 of file class.ilTimingAccepted.php.
Referenced by create().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingAccepted::isVisible | ( | ) | 
Definition at line 82 of file class.ilTimingAccepted.php.
Referenced by create().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingAccepted::setRemark | ( | $a_remark | ) | 
Definition at line 70 of file class.ilTimingAccepted.php.
Referenced by __read(), and ilCourseContentGUI\saveAcceptance().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingAccepted::setVisible | ( | $a_visible | ) | 
Definition at line 78 of file class.ilTimingAccepted.php.
Referenced by __read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTimingAccepted::update | ( | ) | 
Definition at line 87 of file class.ilTimingAccepted.php.
References _delete(), create(), getCourseId(), and getUserId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTimingAccepted::$ilDB | 
Definition at line 37 of file class.ilTimingAccepted.php.
Referenced by __read(), _delete(), _deleteByCourse(), _deleteByUser(), create(), and ilTimingAccepted().
| ilTimingAccepted::$ilErr | 
Definition at line 36 of file class.ilTimingAccepted.php.
Referenced by ilTimingAccepted().
| ilTimingAccepted::$lng | 
Definition at line 38 of file class.ilTimingAccepted.php.
Referenced by ilTimingAccepted().