ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
A class that provides a collection of features for the awareness tool. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
setUserId ($a_val) | |
Set user id. More... | |
getUserId () | |
Get user id. More... | |
collectFeaturesForTargetUser ($a_target_user) | |
Collect features for a target user. More... | |
Protected Attributes | |
$user_id | |
$lng | |
$db | |
A class that provides a collection of features for the awareness tool.
Definition at line 12 of file class.ilAwarenessFeatureProvider.php.
ilAwarenessFeatureProvider::__construct | ( | ) |
|
abstract |
Collect features for a target user.
int | $a_target_user | target user |
Referenced by getUserId().
ilAwarenessFeatureProvider::getUserId | ( | ) |
Get user id.
Definition at line 44 of file class.ilAwarenessFeatureProvider.php.
References $user_id, and collectFeaturesForTargetUser().
Referenced by ilAwarenessMailFeatureProvider\collectFeaturesForTargetUser(), and ilAwarenessChatFeatureProvider\collectFeaturesForTargetUser().
ilAwarenessFeatureProvider::setUserId | ( | $a_val | ) |
Set user id.
int | $a_val | user id |
Definition at line 34 of file class.ilAwarenessFeatureProvider.php.
|
protected |
Definition at line 16 of file class.ilAwarenessFeatureProvider.php.
|
protected |
Definition at line 15 of file class.ilAwarenessFeatureProvider.php.
Referenced by __construct(), ilAwarenessWorkspaceFeatureProvider\__construct(), and ilAwarenessWorkspaceFeatureProvider\collectFeaturesForTargetUser().
|
protected |
Definition at line 14 of file class.ilAwarenessFeatureProvider.php.
Referenced by getUserId().