PHP Class WellCommerce\Bundle\ClientBundle\Controller\Box\ClientForgotPasswordBoxController

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Controller\Box\AbstractBoxController
Mostra file Open project: wellcommerce/wellcommerce

Public Methods

Method Description
changeAction ( )
resetAction ( )

Protected Methods

Method Description
createChangePasswordForm ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : WellCommerce\Component\Form\Elements\FormInterface Creates a change password form for client

Method Details

changeAction() public method

public changeAction ( )

createChangePasswordForm() protected method

Creates a change password form for client
protected createChangePasswordForm ( WellCommerce\Bundle\ClientBundle\Entity\ClientInterface $client ) : WellCommerce\Component\Form\Elements\FormInterface
$client WellCommerce\Bundle\ClientBundle\Entity\ClientInterface
return WellCommerce\Component\Form\Elements\FormInterface

resetAction() public method

public resetAction ( )