|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
class ilTimingAccepted More...
Collaboration diagram for ilTimingAccepted:Public Member Functions | |
| __construct ($crs_id, $a_usr_id) | |
| Constructor. More... | |
| 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) | |
| __read () | |
Static Public Member Functions | |
| static | _deleteByUser ($a_usr_id) |
Data Fields | |
| $ilErr | |
| $ilDB | |
| $lng | |
| ilTimingAccepted::__construct | ( | $crs_id, | |
| $a_usr_id | |||
| ) |
Constructor.
| int | $crs_id | |
| int | $a_usr_id |
Definition at line 45 of file class.ilTimingAccepted.php.
References $ilDB, $ilErr, $lng, and __read().
Here is the call graph for this function:| ilTimingAccepted::__read | ( | ) |
Definition at line 147 of file class.ilTimingAccepted.php.
References $ilDB, $query, $res, $row, accept(), ilDBConstants\FETCHMODE_OBJECT, getCourseId(), getUserId(), setRemark(), and setVisible().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTimingAccepted::_delete | ( | $a_crs_id, | |
| $a_usr_id | |||
| ) |
| ilTimingAccepted::_deleteByCourse | ( | $a_crs_id | ) |
|
static |
| ilTimingAccepted::accept | ( | $a_status | ) |
Definition at line 67 of file class.ilTimingAccepted.php.
Referenced by __read().
Here is the caller graph for this function:| ilTimingAccepted::create | ( | ) |
Definition at line 99 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 caller graph for this function:| ilTimingAccepted::delete | ( | ) |
Definition at line 114 of file class.ilTimingAccepted.php.
References _delete(), getCourseId(), and getUserId().
Here is the call graph for this function:| ilTimingAccepted::getCourseId | ( | ) |
| ilTimingAccepted::getRemark | ( | ) |
Definition at line 79 of file class.ilTimingAccepted.php.
Referenced by create().
Here is the caller graph for this function:| ilTimingAccepted::getUserId | ( | ) |
| ilTimingAccepted::isAccepted | ( | ) |
Definition at line 71 of file class.ilTimingAccepted.php.
Referenced by create().
Here is the caller graph for this function:| ilTimingAccepted::isVisible | ( | ) |
Definition at line 87 of file class.ilTimingAccepted.php.
Referenced by create().
Here is the caller graph for this function:| ilTimingAccepted::setRemark | ( | $a_remark | ) |
Definition at line 75 of file class.ilTimingAccepted.php.
Referenced by __read().
Here is the caller graph for this function:| ilTimingAccepted::setVisible | ( | $a_visible | ) |
Definition at line 83 of file class.ilTimingAccepted.php.
Referenced by __read().
Here is the caller graph for this function:| ilTimingAccepted::update | ( | ) |
Definition at line 92 of file class.ilTimingAccepted.php.
References _delete(), create(), getCourseId(), and getUserId().
Here is the call graph for this function:| ilTimingAccepted::$ilDB |
Definition at line 37 of file class.ilTimingAccepted.php.
Referenced by __construct(), __read(), _delete(), _deleteByCourse(), _deleteByUser(), and create().
| ilTimingAccepted::$ilErr |
Definition at line 36 of file class.ilTimingAccepted.php.
Referenced by __construct().
| ilTimingAccepted::$lng |
Definition at line 38 of file class.ilTimingAccepted.php.
Referenced by __construct().