ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
interface.Provider.php
Go to the documentation of this file.
1<?php
2
19namespace ILIAS\Awareness\User;
20
25interface Provider
26{
27 public function getProviderId(): string;
28
33 public function getTitle(): string;
34
39 public function getInfo(): string;
40
46 public function getInitialUserSet(?array $user_ids = null): array;
47
52 public function isHighlighted(): bool;
53}
getInfo()
Provider info (used in administration settings)
isHighlighted()
Is highlighted.
getInitialUserSet(?array $user_ids=null)
Get initial set of users.
getTitle()
Provider title (used in awareness overlay and in administration settings)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...