Gestión Constructora
 
Loading...
Searching...
No Matches
App\Models\Cliente Class Reference
Inheritance diagram for App\Models\Cliente:

Public Member Functions

 setTelefonoAttribute ($value)
 
 tareas ()
 
 cuotas ()
 
 pais ()
 

Static Public Member Functions

static getClientes ()
 

Protected Attributes

 $table = 'clientes'
 
 $guarded = []
 

Member Function Documentation

◆ 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
string$value
Returns
void

◆ tareas()

App\Models\Cliente::tareas ( )

Get the tareas for the Cliente.

Returns
HasMany

Member Data Documentation

◆ $guarded

App\Models\Cliente::$guarded = []
protected

◆ $table

App\Models\Cliente::$table = 'clientes'
protected

The documentation for this class was generated from the following file: