PHP 클래스 Pop\Auth\Adapter\AbstractAdapter

저자: Nick Sagona, III ([email protected])
상속: implements Pop\Auth\Adapter\AdapterInterface
파일 보기 프로젝트 열기: nicksagona/PopPHP

보호된 프로퍼티들

프로퍼티 타입 설명
$user array User data array

공개 메소드들

메소드 설명
getUser ( ) : array Method to the user data array
verifyPassword ( string $hash, string $attemptedPassword, integer $encryption, array $options ) : boolean Method to verify password

메소드 상세

getUser() 공개 메소드

Method to the user data array
public getUser ( ) : array
리턴 array

verifyPassword() 공개 메소드

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

프로퍼티 상세

$user 보호되어 있는 프로퍼티

User data array
protected array $user
리턴 array