PHP Interface Pop\Auth\Adapter\AdapterInterface

Author: Nick Sagona, III ([email protected])
显示文件 Open project: nicksagona/PopPHP

Public Methods

Method 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 method

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

getUser() public method

Method to the user data array
public getUser ( ) : array
return array