PHP Class Flake\Model\User\Customer

Inheritance: extends Flake\Core\Model\Db, implements Flake\Model\IUser
Afficher le fichier Open project: jeromeschneider/baikal

Protected Properties

Свойство Type Description
$aData

Méthodes publiques

Méthode Description
destroy ( )
fetchByCredentials ( $sUsername, $sClearPassword )
getDisplayName ( )
hashPassword ( $sClearPassword, $sSalt )
isAdmin ( )
persist ( )

Method Details

destroy() public méthode

public destroy ( )

fetchByCredentials() static public méthode

static public fetchByCredentials ( $sUsername, $sClearPassword )

getDisplayName() public méthode

public getDisplayName ( )

hashPassword() static public méthode

static public hashPassword ( $sClearPassword, $sSalt )

isAdmin() public méthode

public isAdmin ( )

persist() public méthode

public persist ( )

Property Details

$aData protected_oe property

protected $aData