PHP Интерфейс Pop\Auth\Adapter\AdapterInterface

Автор: Nick Sagona, III ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
authenticate ( string $username, string $password, integer $encryption, array $options ) : boolean Method to authenticate the user
getUser ( ) : array Method to the user data array

Описание методов

authenticate() публичный Метод

Method to authenticate the user
public authenticate ( string $username, string $password, integer $encryption, array $options ) : boolean
$username string
$password string
$encryption integer
$options array
Результат boolean

getUser() публичный Метод

Method to the user data array
public getUser ( ) : array
Результат array