ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (string $id) | |
getId () | |
setId (string $id) | |
isGroup () | |
setIsGroup (bool $isGroup) | |
getSubscriberUsrIds () | |
setSubscriberUsrIds (array $subscriberUsrIds) | |
getLastMessage () | |
setLastMessage (MessageDto $lastMessage) | |
Private Attributes | |
string | $id |
bool | $isGroup = false |
array | $subscriberUsrIds = [] |
MessageDto | $lastMessage |
Definition at line 27 of file ConversationDto.php.
ILIAS\OnScreenChat\DTO\ConversationDto::__construct | ( | string | $id | ) |
Definition at line 35 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$id.
ILIAS\OnScreenChat\DTO\ConversationDto::getId | ( | ) |
Definition at line 41 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$id.
ILIAS\OnScreenChat\DTO\ConversationDto::getLastMessage | ( | ) |
Definition at line 77 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$lastMessage.
ILIAS\OnScreenChat\DTO\ConversationDto::getSubscriberUsrIds | ( | ) |
Definition at line 64 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$subscriberUsrIds.
ILIAS\OnScreenChat\DTO\ConversationDto::isGroup | ( | ) |
Definition at line 51 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$isGroup.
Referenced by ILIAS\OnScreenChat\DTO\ConversationDto\setIsGroup().
ILIAS\OnScreenChat\DTO\ConversationDto::setId | ( | string | $id | ) |
Definition at line 46 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$id.
ILIAS\OnScreenChat\DTO\ConversationDto::setIsGroup | ( | bool | $isGroup | ) |
Definition at line 56 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$isGroup, and ILIAS\OnScreenChat\DTO\ConversationDto\isGroup().
ILIAS\OnScreenChat\DTO\ConversationDto::setLastMessage | ( | MessageDto | $lastMessage | ) |
Definition at line 82 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$lastMessage.
ILIAS\OnScreenChat\DTO\ConversationDto::setSubscriberUsrIds | ( | array | $subscriberUsrIds | ) |
int[] | $subscriberUsrIds |
Definition at line 72 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$subscriberUsrIds.
|
private |
Definition at line 29 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 30 of file ConversationDto.php.
Referenced by ILIAS\OnScreenChat\DTO\ConversationDto\isGroup(), and ILIAS\OnScreenChat\DTO\ConversationDto\setIsGroup().
|
private |
Definition at line 33 of file ConversationDto.php.
Referenced by ILIAS\OnScreenChat\DTO\ConversationDto\getLastMessage(), and ILIAS\OnScreenChat\DTO\ConversationDto\setLastMessage().
|
private |
Definition at line 32 of file ConversationDto.php.
Referenced by ILIAS\OnScreenChat\DTO\ConversationDto\getSubscriberUsrIds(), and ILIAS\OnScreenChat\DTO\ConversationDto\setSubscriberUsrIds().