\AclUser\FormChangePasswordForm

This form allows a authenticated user to change their password

Summary

Methods
Properties
Constants
__construct()
No public properties found
No constants found
addElements()
No protected properties found
N/A
addInputFilter()
No private properties found
N/A

Methods

__construct()

__construct(boolean  $withOldPassword) 

Constructor.

Parameters

boolean $withOldPassword

whether old password field is needed

addElements()

addElements(boolean  $withOldPassword) 

This method adds elements to form (input fields and submit button).

Parameters

boolean $withOldPassword

whether old password field is needed

addInputFilter()

addInputFilter(boolean  $withOldPassword) 

This method creates input filter (used for form filtering/validation).

Parameters

boolean $withOldPassword

whether old password field is needed