|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
All members of the same courses/groups as the user. More...
Inheritance diagram for ilAwarenessUserProviderCurrentCourse:
Collaboration diagram for ilAwarenessUserProviderCurrentCourse:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| getProviderId () | |
| Get provider id. More... | |
| getTitle () | |
| Provider title (used in awareness overlay and in administration settings) More... | |
| getInfo () | |
| Provider info (used in administration settings) More... | |
| getInitialUserSet () | |
| Get initial set of users. More... | |
Public Member Functions inherited from ilAwarenessUserProvider | |
| __construct () | |
| Constructor. More... | |
| setActivationMode ($a_val) | |
| Activate provider. More... | |
| getActivationMode () | |
| Get Activate provider. More... | |
| setUserId ($a_val) | |
| Set user id. More... | |
| getUserId () | |
| Get user id. More... | |
| setRefId ($a_val) | |
| Set ref id. More... | |
| getRefId () | |
| Get ref id. More... | |
| setOnlineUserFilter ($a_val) | |
| Set online user filter. More... | |
| getOnlineUserFilter () | |
| Get online user filter. More... | |
| getProviderId () | |
| This should return a unique id for the provider The ID should start with the service/module id, separated by "_" and a second part that is unique within the module/service, e.g. More... | |
| getTitle () | |
| Provider title (used in awareness overlay and in administration settings) More... | |
| getInfo () | |
| Provider info (used in administration settings) More... | |
| getInitialUserSet () | |
| Get initial set of users. More... | |
| collectUsers () | |
| Collect all users. More... | |
| isHighlighted () | |
| Is highlighted. More... | |
Protected Attributes | |
| $tree | |
| $access | |
Protected Attributes inherited from ilAwarenessUserProvider | |
| $user_id | |
| $ref_id | |
| $lng | |
| $db | |
| $online_user_filter = false | |
| $log | |
Additional Inherited Members | |
Data Fields inherited from ilAwarenessUserProvider | |
| const | MODE_INACTIVE = 0 |
| const | MODE_ONLINE_ONLY = 1 |
| const | MODE_INCL_OFFLINE = 2 |
Protected Member Functions inherited from ilAwarenessUserProvider | |
| addUserToCollection ($a_user_id, ilAwarenessUserCollection $a_collection) | |
| Add user to collection. More... | |
All members of the same courses/groups as the user.
Definition at line 14 of file class.ilAwarenessUserProviderCurrentCourse.php.
| ilAwarenessUserProviderCurrentCourse::__construct | ( | ) |
Constructor.
Reimplemented from ilAwarenessUserProvider.
Definition at line 30 of file class.ilAwarenessUserProviderCurrentCourse.php.
References $DIC.
| ilAwarenessUserProviderCurrentCourse::getInfo | ( | ) |
Provider info (used in administration settings)
Reimplemented from ilAwarenessUserProvider.
Definition at line 68 of file class.ilAwarenessUserProviderCurrentCourse.php.
| ilAwarenessUserProviderCurrentCourse::getInitialUserSet | ( | ) |
Get initial set of users.
Reimplemented from ilAwarenessUserProvider.
Definition at line 79 of file class.ilAwarenessUserProviderCurrentCourse.php.
References $access, ilAwarenessUserProvider\$db, $ilDB, $path, $tree, ilLoggerFactory\getLogger(), ilAwarenessUserProvider\getRefId(), and ilObjCourse\lookupShowMembersEnabled().
Here is the call graph for this function:| ilAwarenessUserProviderCurrentCourse::getProviderId | ( | ) |
Get provider id.
Reimplemented from ilAwarenessUserProvider.
Definition at line 47 of file class.ilAwarenessUserProviderCurrentCourse.php.
| ilAwarenessUserProviderCurrentCourse::getTitle | ( | ) |
Provider title (used in awareness overlay and in administration settings)
Reimplemented from ilAwarenessUserProvider.
Definition at line 57 of file class.ilAwarenessUserProviderCurrentCourse.php.
|
protected |
Definition at line 24 of file class.ilAwarenessUserProviderCurrentCourse.php.
Referenced by getInitialUserSet().
|
protected |
Definition at line 19 of file class.ilAwarenessUserProviderCurrentCourse.php.
Referenced by getInitialUserSet().