|
ILIAS
release_8 Revision v8.24
|
Test provider, adds all users. More...
Inheritance diagram for ILIAS\Awareness\User\ProviderAllUsers:
Collaboration diagram for ILIAS\Awareness\User\ProviderAllUsers:Public Member Functions | |
| __construct (Container $DIC) | |
| getProviderId () | |
| getTitle () | |
| Provider title (used in awareness overlay and in administration settings) More... | |
| getInfo () | |
| Provider info (used in administration settings) More... | |
| getInitialUserSet (?array $user_ids=null) | |
| Get initial set of users. More... | |
| isHighlighted () | |
| Is highlighted. More... | |
| getProviderId () | |
| getTitle () | |
| Provider title (used in awareness overlay and in administration settings) More... | |
| getInfo () | |
| Provider info (used in administration settings) More... | |
| getInitialUserSet (?array $user_ids=null) | |
| Get initial set of users. More... | |
| isHighlighted () | |
| Is highlighted. More... | |
Protected Attributes | |
| ilLanguage | $lng |
| ilDBInterface | $db |
Test provider, adds all users.
Definition at line 27 of file class.ProviderAllUsers.php.
| ILIAS\Awareness\User\ProviderAllUsers::__construct | ( | Container | $DIC | ) |
Definition at line 32 of file class.ProviderAllUsers.php.
References $DIC, ILIAS\DI\Container\language(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Awareness\User\ProviderAllUsers::getInfo | ( | ) |
Provider info (used in administration settings)
Implements ILIAS\Awareness\User\Provider.
Definition at line 57 of file class.ProviderAllUsers.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Awareness\User\ProviderAllUsers::getInitialUserSet | ( | ?array | $user_ids = null | ) |
Get initial set of users.
| ?int[] | $user_ids |
Implements ILIAS\Awareness\User\Provider.
Definition at line 68 of file class.ProviderAllUsers.php.
References ILIAS\Awareness\User\ProviderAllUsers\$db, $ilDB, and ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Awareness\User\ProviderAllUsers::getProviderId | ( | ) |
Implements ILIAS\Awareness\User\Provider.
Definition at line 38 of file class.ProviderAllUsers.php.
| ILIAS\Awareness\User\ProviderAllUsers::getTitle | ( | ) |
Provider title (used in awareness overlay and in administration settings)
Implements ILIAS\Awareness\User\Provider.
Definition at line 47 of file class.ProviderAllUsers.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Awareness\User\ProviderAllUsers::isHighlighted | ( | ) |
Is highlighted.
Implements ILIAS\Awareness\User\Provider.
Definition at line 85 of file class.ProviderAllUsers.php.
|
protected |
Definition at line 30 of file class.ProviderAllUsers.php.
Referenced by ILIAS\Awareness\User\ProviderAllUsers\getInitialUserSet().
|
protected |
Definition at line 29 of file class.ProviderAllUsers.php.