◆ cuotas()
App\Models\Cliente::cuotas |
( |
| ) |
|
Get the cuotas for the Cliente.
- Returns
- HasMany
◆ getClientes()
static App\Models\Cliente::getClientes |
( |
| ) |
|
|
static |
Get all Clientes with pagination.
- Returns
- \Illuminate\Contracts\Pagination\LengthAwarePaginator
◆ pais()
App\Models\Cliente::pais |
( |
| ) |
|
Get the pais that owns the Cliente.
- Returns
- BelongsTo
◆ setTelefonoAttribute()
App\Models\Cliente::setTelefonoAttribute |
( |
| $value | ) |
|
Set the client's telefono.
- Parameters
-
- Returns
- void
◆ tareas()
App\Models\Cliente::tareas |
( |
| ) |
|
Get the tareas for the Cliente.
- Returns
- HasMany
◆ $guarded
App\Models\Cliente::$guarded = [] |
|
protected |
◆ $table
App\Models\Cliente::$table = 'clientes' |
|
protected |
The documentation for this class was generated from the following file: