PHP Class Symfony\Bundle\DoctrineBundle\Security\EntityUserProvider

Inheritance: implements Symfony\Component\Security\User\UserProviderInterface
Afficher le fichier Open project: pmjones/php-framework-benchmarks

Protected Properties

Свойство Type Description
$property
$repository

Méthodes publiques

Méthode Description
__construct ( $em, $class, $property = null )
loadUserByUsername ( $username )

Method Details

__construct() public méthode

public __construct ( $em, $class, $property = null )

loadUserByUsername() public méthode

public loadUserByUsername ( $username )

Property Details

$property protected_oe property

protected $property

$repository protected_oe property

protected $repository