UserHelper
Table of Contents
Constants
-
TYPE_EMPLOYEE
= 'employee'
Methods
-
getCurrentUserId()
: mixed
-
getFormattedName()
: mixed
-
getInstance()
: UserHelper
-
getManagerIds()
: mixed
-
getPhotoPath()
: mixed
-
getProfilePath()
: mixed
TYPE_EMPLOYEE
public
mixed
TYPE_EMPLOYEE
= 'employee'
getCurrentUserId()
public
static getCurrentUserId() : mixed
public
getFormattedName(mixed $userFields) : mixed
Parameters
-
$userFields
: mixed
-
getInstance()
public
static getInstance() : UserHelper
getManagerIds()
public
getManagerIds(mixed $userId) : mixed
Parameters
-
$userId
: mixed
-
getPhotoPath()
public
getPhotoPath([mixed $photoId = null ][, mixed $width = 100 ][, mixed $height = 100 ]) : mixed
Parameters
-
$photoId
: mixed
= null
-
-
$width
: mixed
= 100
-
-
$height
: mixed
= 100
-
getProfilePath()
public
getProfilePath(mixed $id) : mixed
Parameters
-
$id
: mixed
-