PHP 클래스 Newscoop\Auth\Adapter

상속: implements Zend_Auth_Adapter_Interfac\Zend_Auth_Adapter_Interface
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$password string
$repository Doctrine\ORM\EntityRepository
$username string

공개 메소드들

메소드 설명
__construct ( Doctrine\ORM\EntityRepository $repository, string $username, string $password )
authenticate ( ) : Zend_Auth_Result Authenticate user

메소드 상세

__construct() 공개 메소드

public __construct ( Doctrine\ORM\EntityRepository $repository, string $username, string $password )
$repository Doctrine\ORM\EntityRepository
$username string
$password string

authenticate() 공개 메소드

Authenticate user
public authenticate ( ) : Zend_Auth_Result
리턴 Zend_Auth_Result

프로퍼티 상세

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

protected string $password
리턴 string

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

protected EntityRepository,Doctrine\ORM $repository
리턴 Doctrine\ORM\EntityRepository

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

protected string $username
리턴 string