PHP Class WellCommerce\Bundle\AdminBundle\Service\ResetPasswordService

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\AdminBundle\Service\ResetPasswordServiceInterface
Afficher le fichier Open project: wellcommerce/wellcommerce

Méthodes publiques

Méthode Description
__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 )

Method Details

__construct() public méthode

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 méthode

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