DotKernel/frontend/User.php
Properties
Description
DotBoost Technologies Inc.
DotKernel Application Framework
Classes
User
Properties
No
No
Description
User Model
Here are all the actions related to the user
Methods
__construct,
authorizeLogin,
forgotPassword,
getUserInfo,
registerLogin,
__construct(
)
:
User
Description
Constructor
Return value
Tags
Name |
Description |
access |
public |
authorizeLogin(
array
$validData,
)
:
void
Description
Authorize user login
Arguments
Name |
Type |
Description |
Default |
$validData |
array |
|
|
Return value
Tags
Name |
Description |
access |
public |
forgotPassword(
string
$email,
)
:
void
Description
Send forgot password to user
Arguments
Name |
Type |
Description |
Default |
$email |
string |
|
|
Return value
Tags
Name |
Description |
access |
public |
getUserInfo(
int
$id,
)
:
array
Description
Get user info
Arguments
Name |
Type |
Description |
Default |
$id |
int |
|
|
Return value
Tags
Name |
Description |
access |
public |
registerLogin(
array
$data,
)
:
void
Description
Register logins data
Arguments
Name |
Type |
Description |
Default |
$data |
array |
|
|
Return value
Tags
Name |
Description |
access |
public |