ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Class ilForumModerators. More...
Public Member Functions | |
__construct (int $a_ref_id) | |
setRefId (int $ref_id) | |
getRefId () | |
addModeratorRole (int $a_usr_id) | |
detachModeratorRole (int $a_usr_id) | |
getCurrentModerators () | |
getUsers () | |
Private Attributes | |
int | $ref_id |
ILIAS DI RBACServices | $rbac |
Class ilForumModerators.
Definition at line 26 of file class.ilForumModerators.php.
ilForumModerators::__construct | ( | int | $a_ref_id | ) |
Definition at line 31 of file class.ilForumModerators.php.
References $DIC, and ILIAS\Repository\rbac().
ilForumModerators::addModeratorRole | ( | int | $a_usr_id | ) |
Definition at line 49 of file class.ilForumModerators.php.
References getRefId(), ILIAS\Repository\int(), and ILIAS\Repository\rbac().
ilForumModerators::detachModeratorRole | ( | int | $a_usr_id | ) |
Definition at line 68 of file class.ilForumModerators.php.
References getRefId(), ILIAS\Repository\int(), and ILIAS\Repository\rbac().
ilForumModerators::getCurrentModerators | ( | ) |
Definition at line 90 of file class.ilForumModerators.php.
References getRefId(), and ILIAS\Repository\rbac().
ilForumModerators::getRefId | ( | ) |
Definition at line 44 of file class.ilForumModerators.php.
References $ref_id.
Referenced by addModeratorRole(), detachModeratorRole(), getCurrentModerators(), and getUsers().
ilForumModerators::getUsers | ( | ) |
Definition at line 107 of file class.ilForumModerators.php.
References getRefId(), and ILIAS\Repository\rbac().
ilForumModerators::setRefId | ( | int | $ref_id | ) |
|
private |
Definition at line 29 of file class.ilForumModerators.php.
|
private |
Definition at line 28 of file class.ilForumModerators.php.
Referenced by getRefId(), and setRefId().