PHP Interface ManaPHP\Authentication\UserIdentityInterface

Datei anzeigen Open project: manaphp/manaphp

Public Methods

Method Description
getId ( ) : string
getName ( ) : string
getRoleId ( ) : integer
getRoleName ( ) : string

Method Details

getId() public method

public getId ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getRoleId() public method

public getRoleId ( ) : integer
return integer

getRoleName() public method

public getRoleName ( ) : string
return string