class DvsUser extends Model implements UserInterface, RemindableInterface
Methods
| BelongsToMany |
groups()
Defines belongs to many Group |
|
| mixed |
getAuthIdentifier()
Get the unique identifier for the user. |
|
| string |
getAuthPassword()
Get the password for the user. |
|
| string |
getReminderEmail()
Get the e-mail address where password reminders are sent. |
|
| string |
getActivateCode()
Get activation code and |
|
| boolean |
isActivated()
Checks if user is activated |
|
| boolean |
checkPassword(string $password)
Checks the password submitted matches db value |
|
| boolean |
checkHash(string $string, string $hashedString)
Checks the password submitted matches db value |
|
| string |
getRememberToken()
Get the token value for the "remember me" session. |
|
| void |
setRememberToken(string $value)
Set the token value for the "remember me" session. |
|
| string |
getRememberTokenName()
Get the column name for the "remember me" token. |
Details
at line 18
public BelongsToMany
groups()
Defines belongs to many Group
at line 28
public mixed
getAuthIdentifier()
Get the unique identifier for the user.
at line 38
public string
getAuthPassword()
Get the password for the user.
at line 48
public string
getReminderEmail()
Get the e-mail address where password reminders are sent.
at line 58
public string
getActivateCode()
Get activation code and
at line 68
public boolean
isActivated()
Checks if user is activated
at line 79
public boolean
checkPassword(string $password)
Checks the password submitted matches db value
at line 91
public boolean
checkHash(string $string, string $hashedString)
Checks the password submitted matches db value
at line 101
public string
getRememberToken()
Get the token value for the "remember me" session.
at line 112
public void
setRememberToken(string $value)
Set the token value for the "remember me" session.
at line 122
public string
getRememberTokenName()
Get the column name for the "remember me" token.