|
ILIAS
release_8 Revision v8.24
|
Class OnScreenChatProvider. More...
Inheritance diagram for ILIAS\OnScreenChat\Provider\OnScreenChatProvider:
Collaboration diagram for ILIAS\OnScreenChat\Provider\OnScreenChatProvider:Public Member Functions | |
| __construct (Container $dic, ?Conversation $conversationRepo=null, ?Subscriber $subscriberRepo=null) | |
| getStaticTopItems () | |
| @inheritDoc More... | |
| getStaticSubItems () | |
| @inheritDoc More... | |
| getAsyncItem (string $conversationIds, bool $withAggregates) | |
Public Member Functions inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider | |
| __construct (Container $dic) | |
| @inheritDoc More... | |
| getAllIdentifications () | |
| @inheritDoc More... | |
| provideTypeInformation () | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| __construct (Container $dic) | |
| @inheritDoc More... | |
| getFullyQualifiedClassName () | |
| @inheritDoc More... | |
| getProviderNameForPresentation () | |
| getFullyQualifiedClassName () | |
| getProviderNameForPresentation () | |
| getStaticTopItems () | |
| getStaticSubItems () | |
| provideTypeInformation () | |
| getAllIdentifications () | |
Private Member Functions | |
| getSlateMessageBox () | |
Private Attributes | |
| Conversation | $conversationRepo |
| Subscriber | $subscriberRepo |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| globalScreen () | |
Protected Attributes inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider | |
| Container | $dic |
| IdentificationProviderInterface | $if |
| MainMenuItemFactory | $mainmenu |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| Container | $dic |
Class OnScreenChatProvider.
Definition at line 45 of file OnScreenChatProvider.php.
| ILIAS\OnScreenChat\Provider\OnScreenChatProvider::__construct | ( | Container | $dic, |
| ?Conversation | $conversationRepo = null, |
||
| ?Subscriber | $subscriberRepo = null |
||
| ) |
Definition at line 50 of file OnScreenChatProvider.php.
References ILIAS\OnScreenChat\Provider\OnScreenChatProvider\$conversationRepo, ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider\$dic, ILIAS\OnScreenChat\Provider\OnScreenChatProvider\$subscriberRepo, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\DI\Container\language().
Here is the call graph for this function:| ILIAS\OnScreenChat\Provider\OnScreenChatProvider::getAsyncItem | ( | string | $conversationIds, |
| bool | $withAggregates | ||
| ) |
| JsonException | |
| ilDateTimeException |
Definition at line 142 of file OnScreenChatProvider.php.
References $id, ILIAS\UI\Component\Symbol\Icon\Standard\CON, ilDatePresentation\formatDate(), ILIAS\UI\Component\Symbol\Icon\Standard\GCON, ILIAS\OnScreenChat\Provider\OnScreenChatProvider\getSlateMessageBox(), and IL_CAL_UNIX.
Here is the call graph for this function:
|
private |
Definition at line 69 of file OnScreenChatProvider.php.
References ilUtil\yn2tf().
Referenced by ILIAS\OnScreenChat\Provider\OnScreenChatProvider\getAsyncItem(), and ILIAS\OnScreenChat\Provider\OnScreenChatProvider\getStaticSubItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\OnScreenChat\Provider\OnScreenChatProvider::getStaticSubItems | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider.
Definition at line 101 of file OnScreenChatProvider.php.
References $id, ILIAS\UI\Component\Symbol\Icon\Standard\CHTA, ilSetting\get(), ILIAS\Survey\Mode\getId(), ILIAS\MainMenu\Provider\StandardTopItemsProvider\getInstance(), ILIAS\OnScreenChat\Provider\OnScreenChatProvider\getSlateMessageBox(), and if.
Here is the call graph for this function:| ILIAS\OnScreenChat\Provider\OnScreenChatProvider::getStaticTopItems | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider.
Definition at line 64 of file OnScreenChatProvider.php.
|
private |
Definition at line 47 of file OnScreenChatProvider.php.
Referenced by ILIAS\OnScreenChat\Provider\OnScreenChatProvider\__construct().
|
private |
Definition at line 48 of file OnScreenChatProvider.php.
Referenced by ILIAS\OnScreenChat\Provider\OnScreenChatProvider\__construct().