PHP 클래스 Baikal\BootCampBundle\InitHandler\UserInitHandler

상속: implements Netgusto\BootCampBundle\InitHandler\UserInitHandlerInterface
파일 보기 프로젝트 열기: fruux/Baikal2

보호된 프로퍼티들

프로퍼티 타입 설명
$entityManager
$passwordencoder_factory

공개 메소드들

메소드 설명
__construct ( EntityManager $entityManager, $passwordencoder )
createAndPersistUser ( $username, $password )

메소드 상세

__construct() 공개 메소드

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

createAndPersistUser() 공개 메소드

public createAndPersistUser ( $username, $password )

프로퍼티 상세

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

protected $entityManager

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

protected $passwordencoder_factory