PHP 클래스 WellCommerce\Bundle\AdminBundle\Service\ResetPasswordService

저자: Adam Piotrowski ([email protected])
상속: implements WellCommerce\Bundle\AdminBundle\Service\ResetPasswordServiceInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

공개 메소드들

메소드 설명
__construct ( WellCommerce\Bundle\DoctrineBundle\Manager\ManagerInterface $manager, WellCommerce\Bundle\CoreBundle\Helper\Mailer\MailerHelperInterface $mailerHelper, WellCommerce\Bundle\ShopBundle\Storage\ShopStorageInterface $shopStorage ) ResetPasswordService constructor.
resetPasswordForUser ( WellCommerce\Bundle\AdminBundle\Entity\UserInterface $user )

메소드 상세

__construct() 공개 메소드

ResetPasswordService constructor.
public __construct ( WellCommerce\Bundle\DoctrineBundle\Manager\ManagerInterface $manager, WellCommerce\Bundle\CoreBundle\Helper\Mailer\MailerHelperInterface $mailerHelper, WellCommerce\Bundle\ShopBundle\Storage\ShopStorageInterface $shopStorage )
$manager WellCommerce\Bundle\DoctrineBundle\Manager\ManagerInterface
$mailerHelper WellCommerce\Bundle\CoreBundle\Helper\Mailer\MailerHelperInterface
$shopStorage WellCommerce\Bundle\ShopBundle\Storage\ShopStorageInterface

resetPasswordForUser() 공개 메소드

public resetPasswordForUser ( WellCommerce\Bundle\AdminBundle\Entity\UserInterface $user )
$user WellCommerce\Bundle\AdminBundle\Entity\UserInterface