PHP Class WellCommerce\Bundle\ClientBundle\Manager\ClientManager

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Manager\AbstractManager
Afficher le fichier Open project: wellcommerce/wellcommerce

Méthodes publiques

Méthode Description
resetPassword ( $username )

Méthodes protégées

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

Method Details

findClient() protected méthode

Returns the client's account or null if it was not found
protected findClient ( string $username ) : null | WellCommerce\Bundle\ClientBundle\Entity\ClientInterface
$username string
Résultat null | WellCommerce\Bundle\ClientBundle\Entity\ClientInterface

resetPassword() public méthode

public resetPassword ( $username )

sendResetInstructions() protected méthode

Sends the reset instructions to client
protected sendResetInstructions ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : integer
$client WellCommerce\Bundle\ClientBundle\Entity\ClientInterface
Résultat integer

setClientResetPasswordHash() protected méthode

protected setClientResetPasswordHash ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : integer
$client WellCommerce\Bundle\ClientBundle\Entity\ClientInterface
Résultat integer