User
- Namespace: \Redaxscript\Admin\Model
- Description: parent class to provide the admin user model
- Package: Redaxscript
- Category: Model
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
No property present | |||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
isUniqueByIdAndUser | public | is unique by id and user |
updateByIdAndArray | public | update the user by id and array |
updateLastById | public | update last by id |
enableById | public | enable the user by id |
disableById | public | disable the user by id |
deleteById | public | delete the user by id |
getByUser | public | get the user by user |
createByArray | public | create the user by array |
resetPasswordById | public | reset the password by id |
getById | public | get the item by id |
getAll | public | get all |
query | public | query the table |
clearCache | public | clear cache for the table |
Method | Visibility | Description |