ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilForumModerators. More...
Public Member Functions | |
__construct ($a_ref_id) | |
setRefId ($ref_id) | |
getRefId () | |
addModeratorRole ($a_usr_id) | |
detachModeratorRole ($a_usr_id) | |
getCurrentModerators () | |
getUsers () |
Private Attributes | |
$db = null | |
$ref_id = 0 |
Class ilForumModerators.
Definition at line 11 of file class.ilForumModerators.php.
ilForumModerators::__construct | ( | $a_ref_id | ) |
Definition at line 16 of file class.ilForumModerators.php.
References $ilDB.
ilForumModerators::addModeratorRole | ( | $a_usr_id | ) |
Definition at line 39 of file class.ilForumModerators.php.
References getRefId().
ilForumModerators::detachModeratorRole | ( | $a_usr_id | ) |
Definition at line 62 of file class.ilForumModerators.php.
References getRefId().
ilForumModerators::getCurrentModerators | ( | ) |
Definition at line 85 of file class.ilForumModerators.php.
References getRefId().
ilForumModerators::getRefId | ( | ) |
Definition at line 35 of file class.ilForumModerators.php.
References $ref_id.
Referenced by addModeratorRole(), detachModeratorRole(), getCurrentModerators(), and getUsers().
ilForumModerators::getUsers | ( | ) |
Definition at line 102 of file class.ilForumModerators.php.
References getRefId().
ilForumModerators::setRefId | ( | $ref_id | ) |
int | $ref_id |
Definition at line 27 of file class.ilForumModerators.php.
References $ref_id.
|
private |
Definition at line 13 of file class.ilForumModerators.php.
|
private |
Definition at line 14 of file class.ilForumModerators.php.
Referenced by getRefId(), and setRefId().