UserInterface::setRememberToken()

void setRememberToken(string $value) Set the token value for the "remember me" session. Parameters string $value Return Value void

UserInterface::getRememberTokenName()

string getRememberTokenName() Get the column name for the "remember me" token. Return Value string

UserInterface::getRememberToken()

string getRememberToken() Get the token value for the "remember me" session. Return Value string

UserInterface::getAuthPassword()

string getAuthPassword() Get the password for the user. Return Value string

UserInterface::getAuthIdentifier()

mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed

UserInterface

UserInterface interface UserInterface (View source) Methods mixed getAuthIdentifier() Get the unique identifier for the user. string getAuthPassword() Get the password for the user. 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.

User::__wakeup()

void __wakeup() When a model is being unserialized, check if it needs to be booted. Return Value void

User::__unset()

void __unset(string $key) Unset an attribute on the model. Parameters string $key Return Value void

User::__toString()

string __toString() Convert the model to its string representation. Return Value string

User::__set()

void __set(string $key, mixed $value) Dynamically set attributes on the model. Parameters string $key mixed $value Return Value void