PHP Class Pop\Auth\Adapter\AbstractAdapter

Author: Nick Sagona, III ([email protected])
Inheritance: implements Pop\Auth\Adapter\AdapterInterface
Mostrar archivo Open project: nicksagona/PopPHP

Protected Properties

Property Type Description
$user array User data array

Public Methods

Method Description
getUser ( ) : array Method to the user data array
verifyPassword ( string $hash, string $attemptedPassword, integer $encryption, array $options ) : boolean Method to verify password

Method Details

getUser() public method

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

verifyPassword() public method

Method to verify password
public verifyPassword ( string $hash, string $attemptedPassword, integer $encryption, array $options ) : boolean
$hash string
$attemptedPassword string
$encryption integer
$options array
return boolean

Property Details

$user protected_oe property

User data array
protected array $user
return array