ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (string $id, ConversationDto $conversation) | |
getId () | |
setId (string $id) | |
getConversation () | |
setConversation (ConversationDto $conversation) | |
getAuthorUsrId () | |
setAuthorUsrId (int $authorUsrId) | |
getCreatedTimestamp () | |
setCreatedTimestamp (int $createdTimestamp) | |
getMessage () | |
setMessage (string $message) | |
Private Attributes | |
string | $id |
ConversationDto | $conversation |
int | $createdTimestamp |
int | $authorUsrId = 0 |
string | $message = '' |
Definition at line 27 of file MessageDto.php.
ILIAS\OnScreenChat\DTO\MessageDto::__construct | ( | string | $id, |
ConversationDto | $conversation | ||
) |
Definition at line 35 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$conversation, and ILIAS\OnScreenChat\DTO\MessageDto\$id.
ILIAS\OnScreenChat\DTO\MessageDto::getAuthorUsrId | ( | ) |
Definition at line 63 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$authorUsrId.
ILIAS\OnScreenChat\DTO\MessageDto::getConversation | ( | ) |
Definition at line 53 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$conversation.
ILIAS\OnScreenChat\DTO\MessageDto::getCreatedTimestamp | ( | ) |
Definition at line 73 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$createdTimestamp.
ILIAS\OnScreenChat\DTO\MessageDto::getId | ( | ) |
ILIAS\OnScreenChat\DTO\MessageDto::getMessage | ( | ) |
Definition at line 83 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$message.
ILIAS\OnScreenChat\DTO\MessageDto::setAuthorUsrId | ( | int | $authorUsrId | ) |
Definition at line 68 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$authorUsrId.
ILIAS\OnScreenChat\DTO\MessageDto::setConversation | ( | ConversationDto | $conversation | ) |
Definition at line 58 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$conversation.
ILIAS\OnScreenChat\DTO\MessageDto::setCreatedTimestamp | ( | int | $createdTimestamp | ) |
Definition at line 78 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$createdTimestamp.
ILIAS\OnScreenChat\DTO\MessageDto::setId | ( | string | $id | ) |
ILIAS\OnScreenChat\DTO\MessageDto::setMessage | ( | string | $message | ) |
Definition at line 88 of file MessageDto.php.
References ILIAS\OnScreenChat\DTO\MessageDto\$message.
|
private |
Definition at line 32 of file MessageDto.php.
Referenced by ILIAS\OnScreenChat\DTO\MessageDto\getAuthorUsrId(), and ILIAS\OnScreenChat\DTO\MessageDto\setAuthorUsrId().
|
private |
Definition at line 30 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 31 of file MessageDto.php.
Referenced by ILIAS\OnScreenChat\DTO\MessageDto\getCreatedTimestamp(), and ILIAS\OnScreenChat\DTO\MessageDto\setCreatedTimestamp().
|
private |
Definition at line 29 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 33 of file MessageDto.php.
Referenced by ILIAS\OnScreenChat\DTO\MessageDto\getMessage(), and ILIAS\OnScreenChat\DTO\MessageDto\setMessage().