ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (string $id) | |
ConversationDto constructor. More... | |
getId () | |
setId (string $id) | |
isGroup () | |
setIsGroup (bool $isGroup) | |
getSubscriberUsrIds () | |
setSubscriberUsrIds (array $subscriberUsrIds) | |
getLastMessage () | |
setLastMessage (MessageDto $lastMessage) | |
Private Attributes | |
$id = '' | |
$isGroup = false | |
$subscriberUsrIds = [] | |
$lastMessage | |
Definition at line 10 of file ConversationDto.php.
ILIAS\OnScreenChat\DTO\ConversationDto::__construct | ( | string | $id | ) |
ConversationDto constructor.
string | $id |
Definition at line 25 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$id.
ILIAS\OnScreenChat\DTO\ConversationDto::getId | ( | ) |
Definition at line 33 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$id.
ILIAS\OnScreenChat\DTO\ConversationDto::getLastMessage | ( | ) |
Definition at line 81 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$lastMessage.
ILIAS\OnScreenChat\DTO\ConversationDto::getSubscriberUsrIds | ( | ) |
Definition at line 65 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$subscriberUsrIds.
Referenced by ILIAS\OnScreenChat\Provider\OnScreenChatNotificationProvider\getAsyncItem().
ILIAS\OnScreenChat\DTO\ConversationDto::isGroup | ( | ) |
Definition at line 49 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$isGroup.
Referenced by ILIAS\OnScreenChat\DTO\ConversationDto\setIsGroup().
ILIAS\OnScreenChat\DTO\ConversationDto::setId | ( | string | $id | ) |
string | $id |
Definition at line 41 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$id.
ILIAS\OnScreenChat\DTO\ConversationDto::setIsGroup | ( | bool | $isGroup | ) |
bool | $isGroup |
Definition at line 57 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$isGroup, and ILIAS\OnScreenChat\DTO\ConversationDto\isGroup().
ILIAS\OnScreenChat\DTO\ConversationDto::setLastMessage | ( | MessageDto | $lastMessage | ) |
MessageDto | $lastMessage |
Definition at line 89 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$lastMessage.
ILIAS\OnScreenChat\DTO\ConversationDto::setSubscriberUsrIds | ( | array | $subscriberUsrIds | ) |
array | $subscriberUsrIds |
Definition at line 73 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$subscriberUsrIds.
|
private |
Definition at line 13 of file ConversationDto.php.
Referenced by ILIAS\OnScreenChat\DTO\ConversationDto\__construct(), ILIAS\OnScreenChat\DTO\ConversationDto\getId(), and ILIAS\OnScreenChat\DTO\ConversationDto\setId().
|
private |
Definition at line 15 of file ConversationDto.php.
Referenced by ILIAS\OnScreenChat\DTO\ConversationDto\isGroup(), and ILIAS\OnScreenChat\DTO\ConversationDto\setIsGroup().
|
private |
Definition at line 19 of file ConversationDto.php.
Referenced by ILIAS\OnScreenChat\DTO\ConversationDto\getLastMessage(), and ILIAS\OnScreenChat\DTO\ConversationDto\setLastMessage().
|
private |
Definition at line 17 of file ConversationDto.php.
Referenced by ILIAS\OnScreenChat\DTO\ConversationDto\getSubscriberUsrIds(), and ILIAS\OnScreenChat\DTO\ConversationDto\setSubscriberUsrIds().