PHP Class Kimai_User

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

Méthodes publiques

Méthode 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 méthode

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

getApikey() public méthode

public getApikey ( ) : string
Résultat string

getBanTime() public méthode

public getBanTime ( ) : integer
Résultat integer

getGroups() public méthode

public getGroups ( ) : array
Résultat array

getLastActivity() public méthode

public getLastActivity ( ) : integer
Résultat integer

getLastProject() public méthode

public getLastProject ( ) : integer
Résultat integer

getLastRecord() public méthode

public getLastRecord ( ) : integer
Résultat integer

getMail() public méthode

public getMail ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getStatus() public méthode

public getStatus ( )

getTimeframeBegin() public méthode

public getTimeframeBegin ( ) : integer
Résultat integer

getTimeframeEnd() public méthode

public getTimeframeEnd ( ) : integer
Résultat integer

getUserID() public méthode

public getUserID ( ) : integer
Résultat integer

isActive() public méthode

public isActive ( ) : boolean
Résultat boolean

isBanned() public méthode

public isBanned ( ) : boolean
Résultat boolean

isTrashed() public méthode

public isTrashed ( ) : boolean
Résultat boolean

setGroups() public méthode

public setGroups ( array $groups )
$groups array