Update
Table of Contents
- update() : void
- Update the users.
- updatePassword() : void
- Check is username is exists or not.
Methods
update()
Update the users.
public
update(mixed $params, (int) $id) : void
Parameters
- $params : mixed
- $id : (int)
-
id of user
Return values
void —updatePassword()
Check is username is exists or not.
public
updatePassword((mixed) $password, (mixed) $repeat, (int) $id) : void
Parameters
- $password : (mixed)
-
password of user
- $repeat : (mixed)
-
confirm password
- $id : (int)
-
id of user