User
Table of Contents
Constants
-
EXTERNAL_AUTH_ID
= 'call'
-
MODULE_ID
= 'im'
Methods
-
get()
: mixed
-
getError()
: BasicError
-
getPersonalPhoto()
: mixed
-
getUserCode()
: string
-
register()
: mixed
EXTERNAL_AUTH_ID
public
mixed
EXTERNAL_AUTH_ID
= 'call'
MODULE_ID
public
mixed
MODULE_ID
= 'im'
get()
public
static get(mixed $userId) : mixed
Parameters
-
$userId
: mixed
-
getError()
public
static getError() : BasicError
getPersonalPhoto()
public
static getPersonalPhoto([mixed $avatarUrl = '' ]) : mixed
Parameters
-
$avatarUrl
: mixed
= ''
-
getUserCode()
public
static getUserCode() : string
register()
public
static register([mixed $userFields = [] ]) : mixed
Parameters
-
$userFields
: mixed
= []
-