|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ilForumModerators. More...
Collaboration diagram for ilForumModerators:Public Member Functions | |
| __construct (private int $ref_id) | |
| setRefId (int $ref_id) | |
| getRefId () | |
| addModeratorRole (int $a_usr_id) | |
| detachModeratorRole (int $a_usr_id) | |
| getCurrentModerators () | |
| getUsers () | |
Private Attributes | |
| readonly ILIAS DI RBACServices | $rbac |
Class ilForumModerators.
Definition at line 26 of file class.ilForumModerators.php.
| ilForumModerators::__construct | ( | private int | $ref_id | ) |
Definition at line 30 of file class.ilForumModerators.php.
References $DIC, and ILIAS\Repository\rbac().
Here is the call graph for this function:| ilForumModerators::addModeratorRole | ( | int | $a_usr_id | ) |
Definition at line 47 of file class.ilForumModerators.php.
References getRefId(), ILIAS\Repository\int(), and ILIAS\Repository\rbac().
Here is the call graph for this function:| ilForumModerators::detachModeratorRole | ( | int | $a_usr_id | ) |
Definition at line 66 of file class.ilForumModerators.php.
References getRefId(), ILIAS\Repository\int(), and ILIAS\Repository\rbac().
Here is the call graph for this function:| ilForumModerators::getCurrentModerators | ( | ) |
Definition at line 88 of file class.ilForumModerators.php.
References getRefId(), and ILIAS\Repository\rbac().
Here is the call graph for this function:| ilForumModerators::getRefId | ( | ) |
Definition at line 42 of file class.ilForumModerators.php.
References $ref_id.
Referenced by addModeratorRole(), detachModeratorRole(), getCurrentModerators(), and getUsers().
Here is the caller graph for this function:| ilForumModerators::getUsers | ( | ) |
Definition at line 105 of file class.ilForumModerators.php.
References getRefId(), and ILIAS\Repository\rbac().
Here is the call graph for this function:| ilForumModerators::setRefId | ( | int | $ref_id | ) |
Definition at line 37 of file class.ilForumModerators.php.
References $ref_id.
|
private |
Definition at line 28 of file class.ilForumModerators.php.