mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-12-29 04:08:50 +00:00
19 lines
323 B
JavaScript
19 lines
323 B
JavaScript
|
/**
|
||
|
* User informations functions
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
ComunicWeb.user.getUserInfos = {
|
||
|
|
||
|
/**
|
||
|
* @var {String} User infos cache
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Get user informations
|
||
|
*
|
||
|
* @param {String} userID User on which to make request (current to get connected user)
|
||
|
*/
|
||
|
//getUserInfos
|
||
|
}
|