| 1 | <?php |
||
| 21 | class Payload |
||
| 22 | {
|
||
| 23 | /** |
||
| 24 | * @return ChatRoomPayload |
||
| 25 | */ |
||
| 26 | public function createChatRoomPayload() {
|
||
| 30 | |||
| 31 | /** |
||
| 32 | * @return GroupPayload |
||
| 33 | */ |
||
| 34 | public function createGroupPayload() {
|
||
| 38 | |||
| 39 | /** |
||
| 40 | * @return MessagePayload |
||
| 41 | */ |
||
| 42 | public function createMessagePayload() {
|
||
| 46 | |||
| 47 | /** |
||
| 48 | * @return RosterItemPayload |
||
| 49 | */ |
||
| 50 | public function createRosterItemPayload() {
|
||
| 54 | |||
| 55 | /** |
||
| 56 | * @return SystemPropertyPayload |
||
| 57 | */ |
||
| 58 | public function createSystemPropertyPayload() {
|
||
| 62 | |||
| 63 | /** |
||
| 64 | * @return UserPayload |
||
| 65 | */ |
||
| 66 | public function createUserPayload() {
|
||
| 70 | } |