|
ILIAS
release_8 Revision v8.24
|
Class ilForumModerators. More...
Collaboration diagram for ilForumModerators: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().
Here is the call graph for this function:| ilForumModerators::addModeratorRole | ( | int | $a_usr_id | ) |
Definition at line 49 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 68 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 90 of file class.ilForumModerators.php.
References getRefId(), and ILIAS\Repository\rbac().
Here is the call graph for this function:| ilForumModerators::getRefId | ( | ) |
Definition at line 44 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 107 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 39 of file class.ilForumModerators.php.
References $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().