PHP Class WellCommerce\Bundle\AdminBundle\Service\ResetPasswordService

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

Public Methods

Method 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 method

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 method

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