ACTIVATION_TOKEN_LENGTH
ACTIVATION_TOKEN_LENGTH
User model. Manages users in the database.
$hidden : array
The attributes that should be hidden for arrays.
canUsePublicScope(string $scopeName, \App\User|null $user = null) : boolean
Returns whether a certain user can use a particular scope
string | $scopeName | |
\App\User|null | $user |
validatePublicScopeParams(string $scopeName, array<mixed,string> $columnNames) : boolean
Determines whether the user is allowed to additionally limit his query with provided column names when requesting a particular scope
string | $scopeName | |
array<mixed,string> | $columnNames |