|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
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 () | |
| getStaticSubItems () | |
| getAsyncItem (string $conversationIds, bool $withAggregates) | |
Public Member Functions inherited from ILIAS\GlobalScreen\Scope\MainMenu\Provider\AbstractStaticMainMenuProvider | |
| __construct (Container $dic) | |
| getAllIdentifications () | |
| provideTypeInformation () | |
Public Member Functions inherited from ILIAS\GlobalScreen\Provider\AbstractProvider | |
| __construct (protected Container $dic) | |
| getFullyQualifiedClassName () | |
| getProviderNameForPresentation () | |
Private Member Functions | |
| getSlateMessageBox () | |
Private Attributes | |
| readonly Conversation | $conversationRepo |
| readonly 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 |
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\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, ilDatePresentation\formatDate(), ILIAS\OnScreenChat\Provider\OnScreenChatProvider\getSlateMessageBox(), IL_CAL_UNIX, and ILIAS\UI\Implementation\Component\withAdditionalOnLoadCode().
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 | ( | ) |
Implements ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider.
Definition at line 101 of file OnScreenChatProvider.php.
References $components, $id, ILIAS\OnScreenChat\Provider\OnScreenChatProvider\getSlateMessageBox(), if, ILIAS\GlobalScreen\Scope\withAvailableCallable(), ILIAS\GlobalScreen\Scope\Footer\Factory\withParent(), ILIAS\GlobalScreen\Scope\MainMenu\Factory\withSymbol(), and ILIAS\GlobalScreen\Scope\Footer\Factory\withTitle().
Here is the call graph for this function:| ILIAS\OnScreenChat\Provider\OnScreenChatProvider::getStaticTopItems | ( | ) |
Implements ILIAS\GlobalScreen\Scope\MainMenu\Provider\StaticMainMenuProvider.
Definition at line 64 of file OnScreenChatProvider.php.
|
private |
Definition at line 47 of file OnScreenChatProvider.php.
|
private |
Definition at line 48 of file OnScreenChatProvider.php.