| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Administrate awareness tool. More...
 Collaboration diagram for ILIAS\Awareness\AdminManager:Public Member Functions | |
| __construct (int $ref_id, InternalDataService $data_service, InternalDomainService $domain_service) | |
| getAllUserProviders () | |
| setActivationMode (string $provider_id, int $a_val) | |
| Activate provider.  More... | |
| getActivationMode (string $provider_id) | |
| isProviderActivated (string $provider_id) | |
| includesProviderOfflineUsers (string $provider_id) | |
| getModeOptions () | |
Protected Attributes | |
| const | MODE_INACTIVE = 0 | 
| const | MODE_ONLINE_ONLY = 1 | 
| const | MODE_INCL_OFFLINE = 2 | 
| ilLanguage | $lng | 
| InternalDomainService | $domain_service | 
| InternalDataService | $data_service | 
| ilSetting | $settings | 
| int | $user_id | 
| int | $ref_id = 0 | 
Administrate awareness tool.
Definition at line 28 of file class.AdminManager.php.
| ILIAS\Awareness\AdminManager::__construct | ( | int | $ref_id, | 
| InternalDataService | $data_service, | ||
| InternalDomainService | $domain_service | ||
| ) | 
Definition at line 41 of file class.AdminManager.php.
References ILIAS\Awareness\AdminManager\$data_service, ILIAS\Awareness\AdminManager\$domain_service, ILIAS\Awareness\AdminManager\$ref_id, ILIAS\Awareness\InternalDomainService\awarenessSettings(), ILIAS\Repository\lng(), and ILIAS\Repository\settings().
 Here is the call graph for this function:| ILIAS\Awareness\AdminManager::getActivationMode | ( | string | $provider_id | ) | 
Definition at line 69 of file class.AdminManager.php.
References ILIAS\Repository\settings().
Referenced by ILIAS\Awareness\AdminManager\includesProviderOfflineUsers(), and ILIAS\Awareness\AdminManager\isProviderActivated().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Awareness\AdminManager::getAllUserProviders | ( | ) | 
Definition at line 56 of file class.AdminManager.php.
| ILIAS\Awareness\AdminManager::getModeOptions | ( | ) | 
Definition at line 87 of file class.AdminManager.php.
References ILIAS\Repository\lng().
 Here is the call graph for this function:| ILIAS\Awareness\AdminManager::includesProviderOfflineUsers | ( | string | $provider_id | ) | 
Definition at line 79 of file class.AdminManager.php.
References ILIAS\Awareness\AdminManager\getActivationMode().
 Here is the call graph for this function:| ILIAS\Awareness\AdminManager::isProviderActivated | ( | string | $provider_id | ) | 
Definition at line 74 of file class.AdminManager.php.
References ILIAS\Awareness\AdminManager\getActivationMode().
 Here is the call graph for this function:| ILIAS\Awareness\AdminManager::setActivationMode | ( | string | $provider_id, | 
| int | $a_val | ||
| ) | 
Activate provider.
Definition at line 64 of file class.AdminManager.php.
References ILIAS\Repository\settings().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 36 of file class.AdminManager.php.
Referenced by ILIAS\Awareness\AdminManager\__construct().
      
  | 
  protected | 
Definition at line 35 of file class.AdminManager.php.
Referenced by ILIAS\Awareness\AdminManager\__construct().
      
  | 
  protected | 
Definition at line 34 of file class.AdminManager.php.
      
  | 
  protected | 
Definition at line 39 of file class.AdminManager.php.
Referenced by ILIAS\Awareness\AdminManager\__construct().
      
  | 
  protected | 
Definition at line 37 of file class.AdminManager.php.
      
  | 
  protected | 
Definition at line 38 of file class.AdminManager.php.
      
  | 
  protected | 
Definition at line 30 of file class.AdminManager.php.
      
  | 
  protected | 
Definition at line 32 of file class.AdminManager.php.
      
  | 
  protected | 
Definition at line 31 of file class.AdminManager.php.