PHP Class Newscoop\Auth\Adapter

Inheritance: implements Zend_Auth_Adapter_Interfac\Zend_Auth_Adapter_Interface
Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$password string
$repository Doctrine\ORM\EntityRepository
$username string

Méthodes publiques

Méthode Description
__construct ( Doctrine\ORM\EntityRepository $repository, string $username, string $password )
authenticate ( ) : Zend_Auth_Result Authenticate user

Method Details

__construct() public méthode

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

authenticate() public méthode

Authenticate user
public authenticate ( ) : Zend_Auth_Result
Résultat Zend_Auth_Result

Property Details

$password protected_oe property

protected string $password
Résultat string

$repository protected_oe property

protected EntityRepository,Doctrine\ORM $repository
Résultat Doctrine\ORM\EntityRepository

$username protected_oe property

protected string $username
Résultat string