PHP Interface Stevemo\Cpanel\User\Form\PasswordFormInterface

Afficher le fichier Open project: stevemo/cpanel Interface Usage Examples

Méthodes publiques

Méthode Description
forgot ( $email ) : boolean
getErrors ( ) : array Get the validation errors
reset ( array $creds ) : boolean Reset a given user password

Method Details

forgot() public méthode

Author: Steve Montambeault
public forgot ( $email ) : boolean
$email
Résultat boolean

getErrors() public méthode

Get the validation errors
Author: Steve Montambeault
public getErrors ( ) : array
Résultat array

reset() public méthode

Reset a given user password
Author: Steve Montambeault
public reset ( array $creds ) : boolean
$creds array
Résultat boolean