|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ILIAS\OnScreenChat\DTO\MessageDto:Public Member Functions | |
| __construct (string $id, ConversationDto $conversation) | |
| MessageDtop constructor. More... | |
| getId () | |
| setId (string $id) | |
| getConversation () | |
| setConversation (ConversationDto $conversation) | |
| getAuthorUsrId () | |
| setAuthorUsrId (int $authorUsrId) | |
| getCreatedTimestamp () | |
| setCreatedTimestamp (int $createdTimestamp) | |
| getMessage () | |
| setMessage (string $message) | |
Private Attributes | |
| $id = '' | |
| $conversation | |
| $authorUsrId | |
| $createdTimestamp | |
| $message | |
Definition at line 10 of file MessageDto.php.
| ILIAS\OnScreenChat\DTO\MessageDto::__construct | ( | string | $id, |
| ConversationDto | $conversation | ||
| ) |
MessageDtop constructor.
| string | $id | |
| ConversationDto | $conversation |
Definition at line 28 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$conversation, and ILIAS\OnScreenChat\DTO\MessageDto\$id.
| ILIAS\OnScreenChat\DTO\MessageDto::getAuthorUsrId | ( | ) |
Definition at line 70 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$authorUsrId.
| ILIAS\OnScreenChat\DTO\MessageDto::getConversation | ( | ) |
Definition at line 54 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$conversation.
| ILIAS\OnScreenChat\DTO\MessageDto::getCreatedTimestamp | ( | ) |
Definition at line 86 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$createdTimestamp.
| ILIAS\OnScreenChat\DTO\MessageDto::getId | ( | ) |
Definition at line 38 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$id.
| ILIAS\OnScreenChat\DTO\MessageDto::getMessage | ( | ) |
Definition at line 102 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$message.
| ILIAS\OnScreenChat\DTO\MessageDto::setAuthorUsrId | ( | int | $authorUsrId | ) |
| int | $authorUsrId |
Definition at line 78 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$authorUsrId.
| ILIAS\OnScreenChat\DTO\MessageDto::setConversation | ( | ConversationDto | $conversation | ) |
| ConversationDto | $conversation |
Definition at line 62 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$conversation.
| ILIAS\OnScreenChat\DTO\MessageDto::setCreatedTimestamp | ( | int | $createdTimestamp | ) |
| int | $createdTimestamp |
Definition at line 94 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$createdTimestamp.
| ILIAS\OnScreenChat\DTO\MessageDto::setId | ( | string | $id | ) |
| string | $id |
Definition at line 46 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$id.
| ILIAS\OnScreenChat\DTO\MessageDto::setMessage | ( | string | $message | ) |
| string | $message |
Definition at line 110 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$message.
|
private |
Definition at line 17 of file MessageDto.php.
Referenced by ILIAS\OnScreenChat\DTO\MessageDto\getAuthorUsrId(), and ILIAS\OnScreenChat\DTO\MessageDto\setAuthorUsrId().
|
private |
Definition at line 15 of file MessageDto.php.
Referenced by ILIAS\OnScreenChat\DTO\MessageDto\__construct(), ILIAS\OnScreenChat\DTO\MessageDto\getConversation(), and ILIAS\OnScreenChat\DTO\MessageDto\setConversation().
|
private |
Definition at line 19 of file MessageDto.php.
Referenced by ILIAS\OnScreenChat\DTO\MessageDto\getCreatedTimestamp(), and ILIAS\OnScreenChat\DTO\MessageDto\setCreatedTimestamp().
|
private |
Definition at line 13 of file MessageDto.php.
Referenced by ILIAS\OnScreenChat\DTO\MessageDto\__construct(), ILIAS\OnScreenChat\DTO\MessageDto\getId(), and ILIAS\OnScreenChat\DTO\MessageDto\setId().
|
private |
Definition at line 21 of file MessageDto.php.
Referenced by ILIAS\OnScreenChat\DTO\MessageDto\getMessage(), and ILIAS\OnScreenChat\DTO\MessageDto\setMessage().