|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Collects features from all feature providers. More...
Collaboration diagram for ilAwarenessFeatureCollector:Public Member Functions | |
| getFeaturesForTargetUser ($a_target_user) | |
| Collect users. More... | |
Static Public Member Functions | |
| static | getInstance ($a_user_id) |
| Get instance (for a user) More... | |
Protected Member Functions | |
| __construct ($a_user_id) | |
| Constructor. More... | |
Protected Attributes | |
| $collection | |
| $user_id | |
Static Protected Attributes | |
| static | $instances = array() |
Collects features from all feature providers.
Definition at line 12 of file class.ilAwarenessFeatureCollector.php.
|
protected |
Constructor.
| int | $a_user_id | user id (usually the current user logged in) |
Definition at line 27 of file class.ilAwarenessFeatureCollector.php.
| ilAwarenessFeatureCollector::getFeaturesForTargetUser | ( | $a_target_user | ) |
Collect users.
Definition at line 54 of file class.ilAwarenessFeatureCollector.php.
References $collection, ilAwarenessFeatureProviderFactory\getAllProviders(), and ilAwarenessFeatureCollection\getInstance().
Here is the call graph for this function:
|
static |
Get instance (for a user)
| int | $a_user_id | user id |
Definition at line 39 of file class.ilAwarenessFeatureCollector.php.
Referenced by ilAwarenessData\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 19 of file class.ilAwarenessFeatureCollector.php.
Referenced by getFeaturesForTargetUser().
|
staticprotected |
Definition at line 14 of file class.ilAwarenessFeatureCollector.php.
|
protected |
Definition at line 20 of file class.ilAwarenessFeatureCollector.php.