PHP Interface Pop\Auth\Adapter\AdapterInterface

Author: Nick Sagona, III ([email protected])
Afficher le fichier Open project: nicksagona/PopPHP

Méthodes publiques

Méthode Description
authenticate ( string $username, string $password, integer $encryption, array $options ) : boolean Method to authenticate the user
getUser ( ) : array Method to the user data array

Method Details

authenticate() public méthode

Method to authenticate the user
public authenticate ( string $username, string $password, integer $encryption, array $options ) : boolean
$username string
$password string
$encryption integer
$options array
Résultat boolean

getUser() public méthode

Method to the user data array
public getUser ( ) : array
Résultat array