BaseUserManager¶
Inherited By: UserManager
Methods¶
| return type | signature |
|---|---|
| User | construct_user ( Dictionary _data ) |
| Presence | construct_presence ( Dictionary _data ) |
| void | update_user ( User _user, Dictionary _data ) |
| void | update_presence ( Presence _user, Dictionary _data ) |
| String | get_class ( ) |
Method Descriptions¶
-
User construct_user ( Dictionary _data )
There is currently no description for this method.
-
Presence construct_presence ( Dictionary _data )
There is currently no description for this method.
-
void update_user ( User _user, Dictionary _data )
There is currently no description for this method.
-
void update_presence ( Presence _user, Dictionary _data )
There is currently no description for this method.
-
String get_class ( )
There is currently no description for this method.