PHP Класс WellCommerce\Bundle\ClientBundle\Manager\ClientManager

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

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

Метод Описание
resetPassword ( $username )

Защищенные методы

Метод Описание
findClient ( string $username ) : null | WellCommerce\Bundle\ClientBundle\Entity\ClientInterface Returns the client's account or null if it was not found
sendResetInstructions ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : integer Sends the reset instructions to client
setClientResetPasswordHash ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : integer

Описание методов

findClient() защищенный Метод

Returns the client's account or null if it was not found
protected findClient ( string $username ) : null | WellCommerce\Bundle\ClientBundle\Entity\ClientInterface
$username string
Результат null | WellCommerce\Bundle\ClientBundle\Entity\ClientInterface

resetPassword() публичный Метод

public resetPassword ( $username )

sendResetInstructions() защищенный Метод

Sends the reset instructions to client
protected sendResetInstructions ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : integer
$client WellCommerce\Bundle\ClientBundle\Entity\ClientInterface
Результат integer

setClientResetPasswordHash() защищенный Метод

protected setClientResetPasswordHash ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : integer
$client WellCommerce\Bundle\ClientBundle\Entity\ClientInterface
Результат integer