PHP Class Kimai_User

No methods to access fields: password, secure
Author: Kevin Papst
Inheritance: extends Kimai_ArrayObject
Mostrar archivo Open project: kimai/kimai Class Usage Examples

Public Methods

Method Description
__construct ( array $data ) Create a new user instance, either empty or with the given $settings.
getApikey ( ) : string
getBanTime ( ) : integer
getGroups ( ) : array
getLastActivity ( ) : integer
getLastProject ( ) : integer
getLastRecord ( ) : integer
getMail ( ) : string
getName ( ) : string
getStatus ( )
getTimeframeBegin ( ) : integer
getTimeframeEnd ( ) : integer
getUserID ( ) : integer
isActive ( ) : boolean
isBanned ( ) : boolean
isTrashed ( ) : boolean
setGroups ( array $groups )

Method Details

__construct() public method

Create a new user instance, either empty or with the given $settings.
public __construct ( array $data )
$data array

getApikey() public method

public getApikey ( ) : string
return string

getBanTime() public method

public getBanTime ( ) : integer
return integer

getGroups() public method

public getGroups ( ) : array
return array

getLastActivity() public method

public getLastActivity ( ) : integer
return integer

getLastProject() public method

public getLastProject ( ) : integer
return integer

getLastRecord() public method

public getLastRecord ( ) : integer
return integer

getMail() public method

public getMail ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getStatus() public method

public getStatus ( )

getTimeframeBegin() public method

public getTimeframeBegin ( ) : integer
return integer

getTimeframeEnd() public method

public getTimeframeEnd ( ) : integer
return integer

getUserID() public method

public getUserID ( ) : integer
return integer

isActive() public method

public isActive ( ) : boolean
return boolean

isBanned() public method

public isBanned ( ) : boolean
return boolean

isTrashed() public method

public isTrashed ( ) : boolean
return boolean

setGroups() public method

public setGroups ( array $groups )
$groups array