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.

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::getRememberTokenName()

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

UserInterface::setRememberToken()

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

User::__unset()

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

User::__wakeup()

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

User::__isset()

bool __isset(string $key) Determine if an attribute or relation exists on the model. Parameters string $key Return Value bool

User::__toString()

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