Illuminate/Foundation/Auth/User: Difference between revisions
< Illuminate | Foundation | Auth
Jump to navigation
Jump to search
(Created page with "{{fmt/title|<u>Illuminate\Foundation\Auth\User</u> class}} * '''defined in''' [Illuminate/Foundation/Auth/User.php](https://github.com/laravel/framework/blob/10.x/src/Illuminate/Foundation/Auth/User.php) * '''used by''' Domain\User\Models\User * '''definition''': ** '''extends''' Illuminate\Database\Eloquent\Model ** '''implements''' *** Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract *** Illuminate\Contracts\Auth\Access\Authorizable...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{fmt/title|<u>Illuminate\Foundation\Auth\User</u> class}} | {{fmt/title|<u>Illuminate\Foundation\Auth\User</u> class}} | ||
* '''defined in''' [ | * '''defined in''' [https://github.com/laravel/framework/blob/10.x/src/Illuminate/Foundation/Auth/User.php Illuminate/Foundation/Auth/User.php GitHub: 10.x] | ||
* '''used by''' [[Domain\User\Models\User]] | * '''used by''' [[Domain\User\Models\User]] | ||
* '''definition''': | * '''definition''': | ||
** '''extends''' | ** '''extends''' {{l/nspace|Illuminate\Database\Eloquent\Model}} | ||
** '''implements''' | ** '''implements''' | ||
*** | *** {{l/nspace|Illuminate\Contracts\Auth\Authenticatable}} as [[AuthenticatableContract]] | ||
*** | *** {{l/nspace|Illuminate\Contracts\Auth\Access\Authorizable}} as [[AuthorizableContract]] | ||
*** | *** {{l/nspace|Illuminate\Contracts\Auth\CanResetPassword}} as [[CanResetPasswordContract]] | ||
** '''use''' | ** '''use''' | ||
*** | *** {{l/nspace|Illuminate\Auth\Authenticatable}} | ||
*** | *** {{l/nspace|Illuminate\Foundation\Auth\Access\Authorizable}} | ||
*** | *** {{l/nspace|Illuminate\Auth\Passwords\CanResetPassword}} | ||
*** | *** {{l/nspace|Illuminate\Auth\MustVerifyEmail}} | ||
This class has no methods or members; everything is implemented by traits. | This class has no methods or members; everything is implemented by traits. |
Latest revision as of 20:51, 4 June 2023
Illuminate\Foundation\Auth\User class
|
- defined in Illuminate/Foundation/Auth/User.php GitHub: 10.x
- used by Domain\User\Models\User
- definition:
- extends Illuminate\Database\Eloquent\Model
- implements
- use
This class has no methods or members; everything is implemented by traits.