◆ cliente()
App\Models\Tarea::cliente |
( |
| ) |
|
Get the cliente that owns the Tarea.
- Returns
- BelongsTo
◆ getAllTareas()
static App\Models\Tarea::getAllTareas |
( |
| ) |
|
|
static |
Get all Tareas with pagination.
- Returns
- \Illuminate\Contracts\Pagination\LengthAwarePaginator
◆ getTareasByOperario()
static App\Models\Tarea::getTareasByOperario |
( |
| $user_id | ) |
|
|
static |
Get Tareas by operario with pagination.
- Parameters
-
- Returns
- \Illuminate\Contracts\Pagination\LengthAwarePaginator
◆ operario()
App\Models\Tarea::operario |
( |
| ) |
|
Get the operario that owns the Tarea.
- Returns
- BelongsTo
◆ provincia()
App\Models\Tarea::provincia |
( |
| ) |
|
Get the provincia that owns the Tarea.
- Returns
- BelongsTo
◆ $guarded
App\Models\Tarea::$guarded = [] |
|
protected |
◆ $table
App\Models\Tarea::$table = 'tareas' |
|
protected |
The documentation for this class was generated from the following file: