PHP Class Baikal\BootCampBundle\InitHandler\UserInitHandler

Inheritance: implements Netgusto\BootCampBundle\InitHandler\UserInitHandlerInterface
Afficher le fichier Open project: fruux/Baikal2

Protected Properties

Свойство Type Description
$entityManager
$passwordencoder_factory

Méthodes publiques

Méthode Description
__construct ( EntityManager $entityManager, $passwordencoder )
createAndPersistUser ( $username, $password )

Method Details

__construct() public méthode

public __construct ( EntityManager $entityManager, $passwordencoder )
$entityManager Doctrine\ORM\EntityManager

createAndPersistUser() public méthode

public createAndPersistUser ( $username, $password )

Property Details

$entityManager protected_oe property

protected $entityManager

$passwordencoder_factory protected_oe property

protected $passwordencoder_factory