ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
__construct (private string $id) | |
getId () | |
setId (string $id) | |
isGroup () | |
setIsGroup (bool $isGroup) | |
getSubscriberUsrIds () | |
setSubscriberUsrIds (array $subscriberUsrIds) | |
getLastMessage () | |
setLastMessage (MessageDto $lastMessage) | |
Private Attributes | |
bool | $isGroup = false |
array | $subscriberUsrIds = [] |
MessageDto | $lastMessage |
Definition at line 27 of file ConversationDto.php.
ILIAS\OnScreenChat\DTO\ConversationDto::__construct | ( | private string | $id | ) |
Definition at line 34 of file ConversationDto.php.
ILIAS\OnScreenChat\DTO\ConversationDto::getId | ( | ) |
Definition at line 39 of file ConversationDto.php.
References $id.
ILIAS\OnScreenChat\DTO\ConversationDto::getLastMessage | ( | ) |
Definition at line 75 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$lastMessage.
ILIAS\OnScreenChat\DTO\ConversationDto::getSubscriberUsrIds | ( | ) |
Definition at line 62 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$subscriberUsrIds.
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 | ) |
Definition at line 44 of file ConversationDto.php.
References $id.
ILIAS\OnScreenChat\DTO\ConversationDto::setIsGroup | ( | bool | $isGroup | ) |
Definition at line 54 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 80 of file ConversationDto.php.
References ILIAS\OnScreenChat\DTO\ConversationDto\$lastMessage.
ILIAS\OnScreenChat\DTO\ConversationDto::setSubscriberUsrIds | ( | array | $subscriberUsrIds | ) |
int[] | $subscriberUsrIds |
Definition at line 70 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\isGroup(), and ILIAS\OnScreenChat\DTO\ConversationDto\setIsGroup().
|
private |
Definition at line 32 of file ConversationDto.php.
Referenced by ILIAS\OnScreenChat\DTO\ConversationDto\getLastMessage(), and ILIAS\OnScreenChat\DTO\ConversationDto\setLastMessage().
|
private |
Definition at line 31 of file ConversationDto.php.
Referenced by ILIAS\OnScreenChat\DTO\ConversationDto\getSubscriberUsrIds(), and ILIAS\OnScreenChat\DTO\ConversationDto\setSubscriberUsrIds().