◆ casts()
App\Models\User::casts |
( |
| ) |
|
|
protected |
Get the attributes that should be cast.
- Returns
- array<string, string>
◆ getMyData()
static App\Models\User::getMyData |
( |
| ) |
|
|
static |
Get the authenticated User's data.
- Returns
- \Illuminate\Database\Eloquent\Collection
◆ getOperarios()
static App\Models\User::getOperarios |
( |
| ) |
|
|
static |
Get all Operarios with pagination.
- Returns
- \Illuminate\Contracts\Pagination\LengthAwarePaginator
◆ getUsers()
static App\Models\User::getUsers |
( |
| ) |
|
|
static |
Get all Users with pagination.
- Returns
- \Illuminate\Contracts\Pagination\LengthAwarePaginator
◆ tareas()
App\Models\User::tareas |
( |
| ) |
|
Get the tareas for the User.
- Returns
- HasMany
◆ $guarded
App\Models\User::$guarded = [] |
|
protected |
◆ $hidden
Initial value:= [
'password',
'remember_token',
]
The documentation for this class was generated from the following file: