|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\OnScreenChat\DTO\MessageDto:Public Member Functions | |
| __construct (private string $id, private ConversationDto $conversation) | |
| getId () | |
| setId (string $id) | |
| getConversation () | |
| setConversation (ConversationDto $conversation) | |
| getAuthorUsrId () | |
| setAuthorUsrId (int $authorUsrId) | |
| getCreatedTimestamp () | |
| setCreatedTimestamp (int $createdTimestamp) | |
| getMessage () | |
| setMessage (string $message) | |
Private Attributes | |
| int | $createdTimestamp |
| int | $authorUsrId = 0 |
| string | $message = '' |
Definition at line 27 of file MessageDto.php.
| ILIAS\OnScreenChat\DTO\MessageDto::__construct | ( | private string | $id, |
| private ConversationDto | $conversation | ||
| ) |
Definition at line 33 of file MessageDto.php.
| ILIAS\OnScreenChat\DTO\MessageDto::getAuthorUsrId | ( | ) |
Definition at line 59 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$authorUsrId.
| ILIAS\OnScreenChat\DTO\MessageDto::getConversation | ( | ) |
Definition at line 49 of file MessageDto.php.
| ILIAS\OnScreenChat\DTO\MessageDto::getCreatedTimestamp | ( | ) |
Definition at line 69 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$createdTimestamp.
| ILIAS\OnScreenChat\DTO\MessageDto::getId | ( | ) |
Definition at line 39 of file MessageDto.php.
References $id.
| ILIAS\OnScreenChat\DTO\MessageDto::getMessage | ( | ) |
Definition at line 79 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$message.
| ILIAS\OnScreenChat\DTO\MessageDto::setAuthorUsrId | ( | int | $authorUsrId | ) |
Definition at line 64 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$authorUsrId.
| ILIAS\OnScreenChat\DTO\MessageDto::setConversation | ( | ConversationDto | $conversation | ) |
Definition at line 54 of file MessageDto.php.
| ILIAS\OnScreenChat\DTO\MessageDto::setCreatedTimestamp | ( | int | $createdTimestamp | ) |
Definition at line 74 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$createdTimestamp.
| ILIAS\OnScreenChat\DTO\MessageDto::setId | ( | string | $id | ) |
Definition at line 44 of file MessageDto.php.
References $id.
| ILIAS\OnScreenChat\DTO\MessageDto::setMessage | ( | string | $message | ) |
Definition at line 84 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$message.
|
private |
Definition at line 30 of file MessageDto.php.
Referenced by ILIAS\OnScreenChat\DTO\MessageDto\getAuthorUsrId(), and ILIAS\OnScreenChat\DTO\MessageDto\setAuthorUsrId().
|
private |
Definition at line 29 of file MessageDto.php.
Referenced by ILIAS\OnScreenChat\DTO\MessageDto\getCreatedTimestamp(), and ILIAS\OnScreenChat\DTO\MessageDto\setCreatedTimestamp().
|
private |
Definition at line 31 of file MessageDto.php.
Referenced by ILIAS\OnScreenChat\DTO\MessageDto\getMessage(), and ILIAS\OnScreenChat\DTO\MessageDto\setMessage().