|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ILIAS\OnScreenChat\DTO\ConversationDto: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.
| 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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:| 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().