|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilTimingAccepted:Public Member Functions | |
| __construct (int $crs_id, int $a_usr_id) | |
| getUserId () | |
| getCourseId () | |
| accept (bool $a_status) | |
| isAccepted () | |
| setRemark (string $a_remark) | |
| getRemark () | |
| setVisible (bool $a_visible) | |
| isVisible () | |
| update () | |
| create () | |
| delete () | |
| _delete (int $a_crs_id, int $a_usr_id) | |
| _deleteByCourse (int $a_crs_id) | |
| __read () | |
Static Public Member Functions | |
| static | _deleteByUser (int $a_usr_id) |
Protected Attributes | |
| ilDBInterface | $db |
Private Attributes | |
| int | $obj_id = 0 |
| int | $user_id = 0 |
| bool | $visible = false |
| string | $remark = '' |
| bool | $accepted = false |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning class ilTimingAccepted
Definition at line 24 of file class.ilTimingAccepted.php.
| ilTimingAccepted::__construct | ( | int | $crs_id, |
| int | $a_usr_id | ||
| ) |
| ilTimingAccepted::__read | ( | ) |
Definition at line 133 of file class.ilTimingAccepted.php.
References $query, $res, 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 | ( | int | $a_crs_id, |
| int | $a_usr_id | ||
| ) |
Definition at line 108 of file class.ilTimingAccepted.php.
Referenced by delete(), and update().
Here is the caller graph for this function:| ilTimingAccepted::_deleteByCourse | ( | int | $a_crs_id | ) |
|
static |
Definition at line 123 of file class.ilTimingAccepted.php.
| ilTimingAccepted::accept | ( | bool | $a_status | ) |
Definition at line 54 of file class.ilTimingAccepted.php.
Referenced by __read().
Here is the caller graph for this function:| ilTimingAccepted::create | ( | ) |
Definition at line 90 of file class.ilTimingAccepted.php.
References $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 103 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 69 of file class.ilTimingAccepted.php.
References $remark.
Referenced by create().
Here is the caller graph for this function:| ilTimingAccepted::getUserId | ( | ) |
| ilTimingAccepted::isAccepted | ( | ) |
Definition at line 59 of file class.ilTimingAccepted.php.
References $accepted.
Referenced by create().
Here is the caller graph for this function:| ilTimingAccepted::isVisible | ( | ) |
Definition at line 79 of file class.ilTimingAccepted.php.
References $visible.
Referenced by create().
Here is the caller graph for this function:| ilTimingAccepted::setRemark | ( | string | $a_remark | ) |
Definition at line 64 of file class.ilTimingAccepted.php.
Referenced by __read().
Here is the caller graph for this function:| ilTimingAccepted::setVisible | ( | bool | $a_visible | ) |
Definition at line 74 of file class.ilTimingAccepted.php.
Referenced by __read().
Here is the caller graph for this function:| ilTimingAccepted::update | ( | ) |
Definition at line 84 of file class.ilTimingAccepted.php.
References _delete(), create(), getCourseId(), and getUserId().
Here is the call graph for this function:
|
private |
Definition at line 32 of file class.ilTimingAccepted.php.
Referenced by isAccepted().
|
protected |
Definition at line 26 of file class.ilTimingAccepted.php.
|
private |
Definition at line 28 of file class.ilTimingAccepted.php.
Referenced by getCourseId().
|
private |
Definition at line 31 of file class.ilTimingAccepted.php.
Referenced by getRemark().
|
private |
Definition at line 29 of file class.ilTimingAccepted.php.
Referenced by getUserId().
|
private |
Definition at line 30 of file class.ilTimingAccepted.php.
Referenced by isVisible().