PHP Класс WellCommerce\Bundle\AdminBundle\Service\ResetPasswordService

Автор: Adam Piotrowski ([email protected])
Наследование: implements WellCommerce\Bundle\AdminBundle\Service\ResetPasswordServiceInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__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